diff --git a/data/libraries.json b/data/libraries.json index fd9f26a400..b27aaccef3 100644 --- a/data/libraries.json +++ b/data/libraries.json @@ -230,6 +230,17 @@ "repository": "https://github.com/pathable/truncate", "customised": true }, + { + "copyrightHolders": [], + "location": "lib/aws-sdk", + "name": "AWS SDK for PHP", + "description": "The AWS SDK for PHP library", + "version": "3.277.11", + "license": "Apache", + "licenseversion": "2.0", + "repository": "https://github.com/aws/aws-sdk-php", + "customised": false + }, { "copyrightHolders": [ "2005, Jon Papaioannou" @@ -467,6 +478,18 @@ "repository": "https://github.com/ezyang/htmlpurifier", "customised": false }, + { + "copyrightHolders": [ + "2014 Michael Dowling, https://github.com/mtdowling" + ], + "location": "lib/jmespath", + "name": "JMESPath", + "description": "The JMESPath library", + "version": "2.6.1", + "license": "MIT", + "repository": "https://github.com/jmespath/jmespath.php", + "customised": false + }, { "copyrightHolders": [ "2016 The jQuery Foundation" diff --git a/general/community/credits/thirdpartylibs.md b/general/community/credits/thirdpartylibs.md index e98f4301e9..f1af1693d0 100644 --- a/general/community/credits/thirdpartylibs.md +++ b/general/community/credits/thirdpartylibs.md @@ -212,6 +212,15 @@ Dead simple HTML-safe truncation via the DOM. It truncates HTML code, and has se - **License**: MIT - **URL**: [https://github.com/pathable/truncate](https://github.com/pathable/truncate) +### AWS SDK for PHP + +The AWS SDK for PHP library + +- **Location**: lib/aws-sdk +- **Version**: 3.277.11 +- **License**: Apache 2.0 +- **URL**: [https://github.com/aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) + ### axe-core Accessibility testing engine for websites and other HTML-based user interfaces. @@ -421,6 +430,17 @@ Filters HTML. - **License**: LGPL 2.1+ - **URL**: [https://github.com/ezyang/htmlpurifier](https://github.com/ezyang/htmlpurifier) +### JMESPath + +The JMESPath library + +- **Location**: lib/jmespath +- **Version**: 2.6.1 +- **License**: MIT +- **URL**: [https://github.com/jmespath/jmespath.php](https://github.com/jmespath/jmespath.php) +- **Copyright holders**: + - 2014 Michael Dowling, https://github.com/mtdowling + ### jQuery jQuery is a fast, small, and feature-rich JavaScript library widely used on moodle.