From f28c3b441e0017444b74fbe45cd1b2b6cc7b6584 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 18 Jun 2020 08:39:06 +0000 Subject: start a software bill of materials - this is work in progress --- SBOM.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 SBOM.md (limited to 'SBOM.md') diff --git a/SBOM.md b/SBOM.md new file mode 100644 index 000000000..33845e85a --- /dev/null +++ b/SBOM.md @@ -0,0 +1,30 @@ +|Name|Version|License|Source| +|----|-------|-------|------| +|blueimp/jquery-file-upload|10.30.1.0|MIT|https://github.com/vkhramtsov/jQuery-File-Upload.git| +|bshaffer/oauth2-server-php|1.11.1.0|MIT|https://github.com/bshaffer/oauth2-server-php.git| +|commerceguys/intl|1.0.5.0|MIT|https://github.com/commerceguys/intl.git| +|desandro/imagesloaded|4.1.4.0|MIT|https://github.com/desandro/imagesloaded.git| +|ezyang/htmlpurifier|4.12.0.0|LGPL-2.1-or-later|https://github.com/ezyang/htmlpurifier.git| +|league/html-to-markdown|4.9.1.0|MIT|https://github.com/thephpleague/html-to-markdown.git| +|lukasreschke/id3parser|0.0.3.0|GPL|https://github.com/LukasReschke/ID3Parser.git| +|michelf/php-markdown|1.9.0.0|BSD-3-Clause|https://github.com/michelf/php-markdown.git| +|paragonie/random_compat|9.99.99.0|MIT|https://github.com/paragonie/random_compat.git| +|pear/text_languagedetect|1.0.0.0|BSD-2-Clause|https://github.com/pear/Text_LanguageDetect.git| +|psr/log|1.1.3.0|MIT|https://github.com/php-fig/log.git| +|ramsey/uuid|3.9.3.0|MIT|https://github.com/ramsey/uuid.git| +|sabre/dav|4.1.0.0|BSD-3-Clause|https://github.com/sabre-io/dav.git| +|sabre/event|5.1.0.0|BSD-3-Clause|https://github.com/sabre-io/event.git| +|sabre/http|5.1.0.0|BSD-3-Clause|https://github.com/sabre-io/http.git| +|sabre/uri|2.2.0.0|BSD-3-Clause|https://github.com/sabre-io/uri.git| +|sabre/vobject|4.3.0.0|BSD-3-Clause|https://github.com/sabre-io/vobject.git| +|sabre/xml|2.2.0.0|BSD-3-Clause|https://github.com/sabre-io/xml.git| +|simplepie/simplepie|1.5.5.0|BSD-3-Clause|https://github.com/simplepie/simplepie.git| +|smarty/smarty|3.1.36.0|LGPL-3.0|https://github.com/smarty-php/smarty.git| +|symfony/polyfill-ctype|1.13.1.0|MIT|https://github.com/symfony/polyfill-ctype.git| +|twbs/bootstrap|4.5.0.0|MIT|https://github.com/twbs/bootstrap.git| +|fullcalendar/fullcalendar|4.4.2.0|MIT|https://github.com/fullcalendar/fullcalendar.git| +|miromannino/Justified-Gallery|3.8.1.0|MIT|https://github.com/miromannino/Justified-Gallery.git| +|fengyuanchen/cropperjs|1.5.7.0|MIT|https://github.com/fengyuanchen/cropperjs.git| +|ForkAwesome/Fork-Awesome|1.1.7.0|MIT,SIL OFL,CC BY 3.0|https://github.com/ForkAwesome/Fork-Awesome.git| +|leafo/sticky-kit|1.1.2.0|MIT|https://github.com/leafo/sticky-kit.git| + -- cgit v1.2.3 From 274d556ec19ac55b10809b4df9a2e7802bff6dfd Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 18 Jun 2020 10:46:45 +0200 Subject: add a title --- SBOM.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'SBOM.md') diff --git a/SBOM.md b/SBOM.md index 33845e85a..d5eef02ba 100644 --- a/SBOM.md +++ b/SBOM.md @@ -1,3 +1,5 @@ +# Hubzilla Software Bill of Materials - WIP + |Name|Version|License|Source| |----|-------|-------|------| |blueimp/jquery-file-upload|10.30.1.0|MIT|https://github.com/vkhramtsov/jQuery-File-Upload.git| @@ -26,5 +28,4 @@ |miromannino/Justified-Gallery|3.8.1.0|MIT|https://github.com/miromannino/Justified-Gallery.git| |fengyuanchen/cropperjs|1.5.7.0|MIT|https://github.com/fengyuanchen/cropperjs.git| |ForkAwesome/Fork-Awesome|1.1.7.0|MIT,SIL OFL,CC BY 3.0|https://github.com/ForkAwesome/Fork-Awesome.git| -|leafo/sticky-kit|1.1.2.0|MIT|https://github.com/leafo/sticky-kit.git| - +|leafo/sticky-kit|1.1.2.0|MIT|https://github.com/leafo/sticky-kit.git| \ No newline at end of file -- cgit v1.2.3 From 3f69fc70f1958d902e7209c80f661868f9d456b0 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 5 Jul 2020 07:55:21 +0000 Subject: sbom add jquery --- SBOM.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'SBOM.md') diff --git a/SBOM.md b/SBOM.md index d5eef02ba..8a3a74f30 100644 --- a/SBOM.md +++ b/SBOM.md @@ -28,4 +28,5 @@ |miromannino/Justified-Gallery|3.8.1.0|MIT|https://github.com/miromannino/Justified-Gallery.git| |fengyuanchen/cropperjs|1.5.7.0|MIT|https://github.com/fengyuanchen/cropperjs.git| |ForkAwesome/Fork-Awesome|1.1.7.0|MIT,SIL OFL,CC BY 3.0|https://github.com/ForkAwesome/Fork-Awesome.git| -|leafo/sticky-kit|1.1.2.0|MIT|https://github.com/leafo/sticky-kit.git| \ No newline at end of file +|leafo/sticky-kit|1.1.2.0|MIT|https://github.com/leafo/sticky-kit.git| +|jquery/jquery|3.5.1.0|MIT|https://github.com/jquery/jquery.git| -- cgit v1.2.3 From a9e19cb89ed08689dc58c92b3d5491318a703f0e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 22 Aug 2020 19:40:57 +0200 Subject: composer update bootstrap --- SBOM.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'SBOM.md') diff --git a/SBOM.md b/SBOM.md index 8a3a74f30..3f1760907 100644 --- a/SBOM.md +++ b/SBOM.md @@ -2,7 +2,7 @@ |Name|Version|License|Source| |----|-------|-------|------| -|blueimp/jquery-file-upload|10.30.1.0|MIT|https://github.com/vkhramtsov/jQuery-File-Upload.git| +|blueimp/jquery-file-upload|10.31.0.0|MIT|https://github.com/vkhramtsov/jQuery-File-Upload.git| |bshaffer/oauth2-server-php|1.11.1.0|MIT|https://github.com/bshaffer/oauth2-server-php.git| |commerceguys/intl|1.0.5.0|MIT|https://github.com/commerceguys/intl.git| |desandro/imagesloaded|4.1.4.0|MIT|https://github.com/desandro/imagesloaded.git| @@ -14,16 +14,16 @@ |pear/text_languagedetect|1.0.0.0|BSD-2-Clause|https://github.com/pear/Text_LanguageDetect.git| |psr/log|1.1.3.0|MIT|https://github.com/php-fig/log.git| |ramsey/uuid|3.9.3.0|MIT|https://github.com/ramsey/uuid.git| -|sabre/dav|4.1.0.0|BSD-3-Clause|https://github.com/sabre-io/dav.git| +|sabre/dav|4.1.1.0|BSD-3-Clause|https://github.com/sabre-io/dav.git| |sabre/event|5.1.0.0|BSD-3-Clause|https://github.com/sabre-io/event.git| |sabre/http|5.1.0.0|BSD-3-Clause|https://github.com/sabre-io/http.git| |sabre/uri|2.2.0.0|BSD-3-Clause|https://github.com/sabre-io/uri.git| -|sabre/vobject|4.3.0.0|BSD-3-Clause|https://github.com/sabre-io/vobject.git| -|sabre/xml|2.2.0.0|BSD-3-Clause|https://github.com/sabre-io/xml.git| +|sabre/vobject|4.3.1.0|BSD-3-Clause|https://github.com/sabre-io/vobject.git| +|sabre/xml|2.2.1.0|BSD-3-Clause|https://github.com/sabre-io/xml.git| |simplepie/simplepie|1.5.5.0|BSD-3-Clause|https://github.com/simplepie/simplepie.git| |smarty/smarty|3.1.36.0|LGPL-3.0|https://github.com/smarty-php/smarty.git| |symfony/polyfill-ctype|1.13.1.0|MIT|https://github.com/symfony/polyfill-ctype.git| -|twbs/bootstrap|4.5.0.0|MIT|https://github.com/twbs/bootstrap.git| +|twbs/bootstrap|4.5.2.0|MIT|https://github.com/twbs/bootstrap.git| |fullcalendar/fullcalendar|4.4.2.0|MIT|https://github.com/fullcalendar/fullcalendar.git| |miromannino/Justified-Gallery|3.8.1.0|MIT|https://github.com/miromannino/Justified-Gallery.git| |fengyuanchen/cropperjs|1.5.7.0|MIT|https://github.com/fengyuanchen/cropperjs.git| -- cgit v1.2.3 From 32bdf42913518b3421986cb4d49d62ed1b04354e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 22 Aug 2020 19:50:15 +0200 Subject: composer update htmlpurifier --- SBOM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SBOM.md') diff --git a/SBOM.md b/SBOM.md index 3f1760907..5bb93ce79 100644 --- a/SBOM.md +++ b/SBOM.md @@ -6,7 +6,7 @@ |bshaffer/oauth2-server-php|1.11.1.0|MIT|https://github.com/bshaffer/oauth2-server-php.git| |commerceguys/intl|1.0.5.0|MIT|https://github.com/commerceguys/intl.git| |desandro/imagesloaded|4.1.4.0|MIT|https://github.com/desandro/imagesloaded.git| -|ezyang/htmlpurifier|4.12.0.0|LGPL-2.1-or-later|https://github.com/ezyang/htmlpurifier.git| +|ezyang/htmlpurifier|4.13.0.0|LGPL-2.1-or-later|https://github.com/ezyang/htmlpurifier.git| |league/html-to-markdown|4.9.1.0|MIT|https://github.com/thephpleague/html-to-markdown.git| |lukasreschke/id3parser|0.0.3.0|GPL|https://github.com/LukasReschke/ID3Parser.git| |michelf/php-markdown|1.9.0.0|BSD-3-Clause|https://github.com/michelf/php-markdown.git| -- cgit v1.2.3 From 88a68f96da303893d911f09c25088d4f8288b5fb Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 22 Aug 2020 19:56:28 +0200 Subject: composer update html-to-markdown --- SBOM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SBOM.md') diff --git a/SBOM.md b/SBOM.md index 5bb93ce79..e54b4d4ac 100644 --- a/SBOM.md +++ b/SBOM.md @@ -7,7 +7,7 @@ |commerceguys/intl|1.0.5.0|MIT|https://github.com/commerceguys/intl.git| |desandro/imagesloaded|4.1.4.0|MIT|https://github.com/desandro/imagesloaded.git| |ezyang/htmlpurifier|4.13.0.0|LGPL-2.1-or-later|https://github.com/ezyang/htmlpurifier.git| -|league/html-to-markdown|4.9.1.0|MIT|https://github.com/thephpleague/html-to-markdown.git| +|league/html-to-markdown|4.10.0.0|MIT|https://github.com/thephpleague/html-to-markdown.git| |lukasreschke/id3parser|0.0.3.0|GPL|https://github.com/LukasReschke/ID3Parser.git| |michelf/php-markdown|1.9.0.0|BSD-3-Clause|https://github.com/michelf/php-markdown.git| |paragonie/random_compat|9.99.99.0|MIT|https://github.com/paragonie/random_compat.git| -- cgit v1.2.3 From 646dce7765b36afab5c1688c51ebab48a214864e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 22 Aug 2020 20:01:59 +0200 Subject: composer update pear/text_languagedetect --- SBOM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SBOM.md') diff --git a/SBOM.md b/SBOM.md index e54b4d4ac..bdd0e326f 100644 --- a/SBOM.md +++ b/SBOM.md @@ -11,7 +11,7 @@ |lukasreschke/id3parser|0.0.3.0|GPL|https://github.com/LukasReschke/ID3Parser.git| |michelf/php-markdown|1.9.0.0|BSD-3-Clause|https://github.com/michelf/php-markdown.git| |paragonie/random_compat|9.99.99.0|MIT|https://github.com/paragonie/random_compat.git| -|pear/text_languagedetect|1.0.0.0|BSD-2-Clause|https://github.com/pear/Text_LanguageDetect.git| +|pear/text_languagedetect|1.0.1.0|BSD-2-Clause|https://github.com/pear/Text_LanguageDetect.git| |psr/log|1.1.3.0|MIT|https://github.com/php-fig/log.git| |ramsey/uuid|3.9.3.0|MIT|https://github.com/ramsey/uuid.git| |sabre/dav|4.1.1.0|BSD-3-Clause|https://github.com/sabre-io/dav.git| -- cgit v1.2.3 From 3b865d432ff24532b4a5e6917e23fc42b0d7fcaf Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 22 Aug 2020 21:32:06 +0200 Subject: Revert "composer update pear/text_languagedetect" This reverts commit 646dce7765b36afab5c1688c51ebab48a214864e --- SBOM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SBOM.md') diff --git a/SBOM.md b/SBOM.md index bdd0e326f..e54b4d4ac 100644 --- a/SBOM.md +++ b/SBOM.md @@ -11,7 +11,7 @@ |lukasreschke/id3parser|0.0.3.0|GPL|https://github.com/LukasReschke/ID3Parser.git| |michelf/php-markdown|1.9.0.0|BSD-3-Clause|https://github.com/michelf/php-markdown.git| |paragonie/random_compat|9.99.99.0|MIT|https://github.com/paragonie/random_compat.git| -|pear/text_languagedetect|1.0.1.0|BSD-2-Clause|https://github.com/pear/Text_LanguageDetect.git| +|pear/text_languagedetect|1.0.0.0|BSD-2-Clause|https://github.com/pear/Text_LanguageDetect.git| |psr/log|1.1.3.0|MIT|https://github.com/php-fig/log.git| |ramsey/uuid|3.9.3.0|MIT|https://github.com/ramsey/uuid.git| |sabre/dav|4.1.1.0|BSD-3-Clause|https://github.com/sabre-io/dav.git| -- cgit v1.2.3