Skip to content

Commit aefeb4c

Browse files
authored
Update DefaultMap.php (#100)
1 parent bab84c4 commit aefeb4c

File tree

1 file changed

+120
-3
lines changed

1 file changed

+120
-3
lines changed

src/Map/DefaultMap.php

Lines changed: 120 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,18 @@ public function getFileName(): string
14271427
0 => 'srx',
14281428
),
14291429
),
1430+
'application/spdx+json' =>
1431+
array (
1432+
'desc' =>
1433+
array (
1434+
0 => 'SPDX SBOM document',
1435+
1 => 'SPDX SBOM: Software Package Data Exchange Software Bill Of Materials',
1436+
),
1437+
'e' =>
1438+
array (
1439+
0 => 'spdx.json',
1440+
),
1441+
),
14301442
'application/sql' =>
14311443
array (
14321444
'a' =>
@@ -2135,6 +2147,30 @@ public function getFileName(): string
21352147
0 => 'pcurl',
21362148
),
21372149
),
2150+
'application/vnd.cyclonedx+json' =>
2151+
array (
2152+
'desc' =>
2153+
array (
2154+
0 => 'CycloneDX BOM document',
2155+
1 => 'BOM: Bill Of Materials',
2156+
),
2157+
'e' =>
2158+
array (
2159+
0 => 'cdx.json',
2160+
),
2161+
),
2162+
'application/vnd.cyclonedx+xml' =>
2163+
array (
2164+
'desc' =>
2165+
array (
2166+
0 => 'CycloneDX BOM document',
2167+
1 => 'BOM: Bill Of Materials',
2168+
),
2169+
'e' =>
2170+
array (
2171+
0 => 'cdx.xml',
2172+
),
2173+
),
21382174
'application/vnd.dart' =>
21392175
array (
21402176
'a' =>
@@ -10894,6 +10930,10 @@ public function getFileName(): string
1089410930
),
1089510931
'image/vnd.radiance' =>
1089610932
array (
10933+
'a' =>
10934+
array (
10935+
0 => 'image/x-hdr',
10936+
),
1089710937
'desc' =>
1089810938
array (
1089910939
0 => 'Radiance HDR image',
@@ -12194,6 +12234,18 @@ public function getFileName(): string
1219412234
1 => 'sgm',
1219512235
),
1219612236
),
12237+
'text/spdx' =>
12238+
array (
12239+
'desc' =>
12240+
array (
12241+
0 => 'SPDX document',
12242+
1 => 'SPDX: Software Package Data Exchange',
12243+
),
12244+
'e' =>
12245+
array (
12246+
0 => 'spdx',
12247+
),
12248+
),
1219712249
'text/tab-separated-values' =>
1219812250
array (
1219912251
'desc' =>
@@ -13345,11 +13397,27 @@ public function getFileName(): string
1334513397
0 => 'ooc',
1334613398
),
1334713399
),
13348-
'text/x-opencl-src' =>
13400+
'text/x-opencl-c++src' =>
1334913401
array (
1335013402
'desc' =>
1335113403
array (
13352-
0 => 'OpenCL source code',
13404+
0 => 'C++ for OpenCL source code',
13405+
1 => 'OpenCL: Open Computing Language',
13406+
),
13407+
'e' =>
13408+
array (
13409+
0 => 'clcpp',
13410+
),
13411+
),
13412+
'text/x-opencl-csrc' =>
13413+
array (
13414+
'a' =>
13415+
array (
13416+
0 => 'text/x-opencl-src',
13417+
),
13418+
'desc' =>
13419+
array (
13420+
0 => 'OpenCL C source code',
1335313421
1 => 'OpenCL: Open Computing Language',
1335413422
),
1335513423
'e' =>
@@ -15757,6 +15825,20 @@ public function getFileName(): string
1575715825
0 => 'chemical/x-cdx',
1575815826
),
1575915827
),
15828+
'cdx.json' =>
15829+
array (
15830+
't' =>
15831+
array (
15832+
0 => 'application/vnd.cyclonedx+json',
15833+
),
15834+
),
15835+
'cdx.xml' =>
15836+
array (
15837+
't' =>
15838+
array (
15839+
0 => 'application/vnd.cyclonedx+xml',
15840+
),
15841+
),
1576015842
'cdxml' =>
1576115843
array (
1576215844
't' =>
@@ -15874,7 +15956,7 @@ public function getFileName(): string
1587415956
array (
1587515957
't' =>
1587615958
array (
15877-
0 => 'text/x-opencl-src',
15959+
0 => 'text/x-opencl-csrc',
1587815960
),
1587915961
),
1588015962
'cla' =>
@@ -15891,6 +15973,13 @@ public function getFileName(): string
1589115973
0 => 'application/x-java',
1589215974
),
1589315975
),
15976+
'clcpp' =>
15977+
array (
15978+
't' =>
15979+
array (
15980+
0 => 'text/x-opencl-c++src',
15981+
),
15982+
),
1589415983
'clkk' =>
1589515984
array (
1589615985
't' =>
@@ -23701,6 +23790,20 @@ public function getFileName(): string
2370123790
0 => 'application/x-font-speedo',
2370223791
),
2370323792
),
23793+
'spdx' =>
23794+
array (
23795+
't' =>
23796+
array (
23797+
0 => 'text/spdx',
23798+
),
23799+
),
23800+
'spdx.json' =>
23801+
array (
23802+
't' =>
23803+
array (
23804+
0 => 'application/spdx+json',
23805+
),
23806+
),
2370423807
'spec' =>
2370523808
array (
2370623809
't' =>
@@ -28278,6 +28381,13 @@ public function getFileName(): string
2827828381
0 => 'image/vnd.fpx',
2827928382
),
2828028383
),
28384+
'image/x-hdr' =>
28385+
array (
28386+
't' =>
28387+
array (
28388+
0 => 'image/vnd.radiance',
28389+
),
28390+
),
2828128391
'image/x-icb' =>
2828228392
array (
2828328393
't' =>
@@ -28579,6 +28689,13 @@ public function getFileName(): string
2857928689
0 => 'text/x-matlab',
2858028690
),
2858128691
),
28692+
'text/x-opencl-src' =>
28693+
array (
28694+
't' =>
28695+
array (
28696+
0 => 'text/x-opencl-csrc',
28697+
),
28698+
),
2858228699
'text/x-opml' =>
2858328700
array (
2858428701
't' =>

0 commit comments

Comments
 (0)