Skip to content

Commit

Permalink
8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Sep 5, 2024
1 parent 3a28f61 commit 748d3ca
Show file tree
Hide file tree
Showing 9 changed files with 1,606 additions and 1,904 deletions.
2 changes: 1 addition & 1 deletion lam/lib/plugins/captcha/FriendlyCaptcha.inc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class htmlFriendlyCaptcha extends htmlElement {
* @return array List of input field names and their type (name => type)
*/
function generateHTML($module, $input, $values, $restricted, $scope) {
$script = new htmlScript('../lib/extra/friendlyCaptcha/friendly-challenge-0.9.15.js');
$script = new htmlScript('../lib/extra/friendlyCaptcha/friendly-challenge-0.9.17.js');
$script->generateHTML($module, $input, $values, $restricted, $scope);
echo '<div class="frc-captcha" data-sitekey="' . $this->key . '"></div>';
return [];
Expand Down
427 changes: 212 additions & 215 deletions lam/sbom-composer.json

Large diffs are not rendered by default.

28 changes: 20 additions & 8 deletions lam/sbom-libs.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"bomFormat" : "CycloneDX",
"specVersion" : "1.5",
"serialNumber" : "urn:uuid:f3e3a97d-1ae7-46db-a896-250fc05a857d",
"serialNumber" : "urn:uuid:2b7c174d-f91f-4cf4-ab67-7a39f7f9d8ae",
"version" : 1,
"metadata" : {
"timestamp" : "2024-06-05T18:42:19Z",
"timestamp" : "2024-09-05T17:36:52Z",
"tools" : [
{
"vendor" : "OWASP",
Expand Down Expand Up @@ -69,15 +69,15 @@
{
"group" : "cdx:npm:package:bundled",
"name" : "friendly-challenge",
"version" : "0.9.15",
"version" : "0.9.17",
"licenses" : [
{
"license" : {
"id" : "MIT"
}
}
],
"purl" : "pkg:npm/[email protected].15",
"purl" : "pkg:npm/[email protected].17",
"type" : "library",
"bom-ref" : "5ffbae18-bc06-4fdb-ba19-f9e9e1afdda5"
},
Expand Down Expand Up @@ -129,33 +129,41 @@
{
"group" : "cdx:npm:package:bundled",
"name" : "sortablejs",
"version" : "1.15.2",
"version" : "1.15.3",
"licenses" : [
{
"license" : {
"id" : "MIT"
}
}
],
"purl" : "pkg:npm/[email protected].2",
"purl" : "pkg:npm/[email protected].3",
"type" : "library",
"bom-ref" : "394fe3c8-0e03-407a-96e2-2d3608e97265"
},
{
"group" : "cdx:npm:package:bundled",
"name" : "sweetalert2",
"version" : "11.11.1",
"version" : "11.13.2",
"licenses" : [
{
"license" : {
"id" : "MIT"
}
}
],
"purl" : "pkg:npm/sweetalert2@11.11.1",
"purl" : "pkg:npm/sweetalert2@11.13.2",
"type" : "library",
"bom-ref" : "b1e652b5-d76e-4b07-acab-2d1a0908a96f"
},
{
"group" : "cdx:npm:package:bundled",
"name" : "tabulator-tables",
"version" : "6.2.5",
"purl" : "pkg:npm/[email protected]",
"type" : "library",
"bom-ref" : "78b9ccbd-dbc9-4f40-9b44-338a721cbf8a"
},
{
"group" : "cdx:composer:package",
"name" : "tecnickcom/tcpdf",
Expand Down Expand Up @@ -228,6 +236,10 @@
"ref" : "b1e652b5-d76e-4b07-acab-2d1a0908a96f",
"dependsOn" : [ ]
},
{
"ref" : "78b9ccbd-dbc9-4f40-9b44-338a721cbf8a",
"dependsOn" : [ ]
},
{
"ref" : "72240acd-7de4-4058-b56f-e64638babcbf",
"dependsOn" : [ ]
Expand Down
Loading

0 comments on commit 748d3ca

Please sign in to comment.