diff --git a/src/Map/DefaultMap.php b/src/Map/DefaultMap.php index 5f3689ab..344ebbab 100644 --- a/src/Map/DefaultMap.php +++ b/src/Map/DefaultMap.php @@ -1427,6 +1427,18 @@ public function getFileName(): string 0 => 'srx', ), ), + 'application/spdx+json' => + array ( + 'desc' => + array ( + 0 => 'SPDX SBOM document', + 1 => 'SPDX SBOM: Software Package Data Exchange Software Bill Of Materials', + ), + 'e' => + array ( + 0 => 'spdx.json', + ), + ), 'application/sql' => array ( 'a' => @@ -2135,6 +2147,30 @@ public function getFileName(): string 0 => 'pcurl', ), ), + 'application/vnd.cyclonedx+json' => + array ( + 'desc' => + array ( + 0 => 'CycloneDX BOM document', + 1 => 'BOM: Bill Of Materials', + ), + 'e' => + array ( + 0 => 'cdx.json', + ), + ), + 'application/vnd.cyclonedx+xml' => + array ( + 'desc' => + array ( + 0 => 'CycloneDX BOM document', + 1 => 'BOM: Bill Of Materials', + ), + 'e' => + array ( + 0 => 'cdx.xml', + ), + ), 'application/vnd.dart' => array ( 'a' => @@ -10894,6 +10930,10 @@ public function getFileName(): string ), 'image/vnd.radiance' => array ( + 'a' => + array ( + 0 => 'image/x-hdr', + ), 'desc' => array ( 0 => 'Radiance HDR image', @@ -12194,6 +12234,18 @@ public function getFileName(): string 1 => 'sgm', ), ), + 'text/spdx' => + array ( + 'desc' => + array ( + 0 => 'SPDX document', + 1 => 'SPDX: Software Package Data Exchange', + ), + 'e' => + array ( + 0 => 'spdx', + ), + ), 'text/tab-separated-values' => array ( 'desc' => @@ -13345,11 +13397,27 @@ public function getFileName(): string 0 => 'ooc', ), ), - 'text/x-opencl-src' => + 'text/x-opencl-c++src' => array ( 'desc' => array ( - 0 => 'OpenCL source code', + 0 => 'C++ for OpenCL source code', + 1 => 'OpenCL: Open Computing Language', + ), + 'e' => + array ( + 0 => 'clcpp', + ), + ), + 'text/x-opencl-csrc' => + array ( + 'a' => + array ( + 0 => 'text/x-opencl-src', + ), + 'desc' => + array ( + 0 => 'OpenCL C source code', 1 => 'OpenCL: Open Computing Language', ), 'e' => @@ -15757,6 +15825,20 @@ public function getFileName(): string 0 => 'chemical/x-cdx', ), ), + 'cdx.json' => + array ( + 't' => + array ( + 0 => 'application/vnd.cyclonedx+json', + ), + ), + 'cdx.xml' => + array ( + 't' => + array ( + 0 => 'application/vnd.cyclonedx+xml', + ), + ), 'cdxml' => array ( 't' => @@ -15874,7 +15956,7 @@ public function getFileName(): string array ( 't' => array ( - 0 => 'text/x-opencl-src', + 0 => 'text/x-opencl-csrc', ), ), 'cla' => @@ -15891,6 +15973,13 @@ public function getFileName(): string 0 => 'application/x-java', ), ), + 'clcpp' => + array ( + 't' => + array ( + 0 => 'text/x-opencl-c++src', + ), + ), 'clkk' => array ( 't' => @@ -23701,6 +23790,20 @@ public function getFileName(): string 0 => 'application/x-font-speedo', ), ), + 'spdx' => + array ( + 't' => + array ( + 0 => 'text/spdx', + ), + ), + 'spdx.json' => + array ( + 't' => + array ( + 0 => 'application/spdx+json', + ), + ), 'spec' => array ( 't' => @@ -28278,6 +28381,13 @@ public function getFileName(): string 0 => 'image/vnd.fpx', ), ), + 'image/x-hdr' => + array ( + 't' => + array ( + 0 => 'image/vnd.radiance', + ), + ), 'image/x-icb' => array ( 't' => @@ -28579,6 +28689,13 @@ public function getFileName(): string 0 => 'text/x-matlab', ), ), + 'text/x-opencl-src' => + array ( + 't' => + array ( + 0 => 'text/x-opencl-csrc', + ), + ), 'text/x-opml' => array ( 't' =>