Skip to content

Commit

Permalink
8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Jun 5, 2024
1 parent 435bb75 commit c929087
Show file tree
Hide file tree
Showing 8 changed files with 5,108 additions and 1,531 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 @@ -118,7 +118,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.14.js');
$script = new htmlScript('../lib/extra/friendlyCaptcha/friendly-challenge-0.9.15.js');
$script->generateHTML($module, $input, $values, $restricted, $scope);
echo '<div class="frc-captcha" data-sitekey="' . $this->key . '"></div>';
return [];
Expand Down
16 changes: 8 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:49f02510-fe68-4816-a9a1-c5a80f752868",
"serialNumber" : "urn:uuid:f3e3a97d-1ae7-46db-a896-250fc05a857d",
"version" : 1,
"metadata" : {
"timestamp" : "2024-06-05T18:11:18Z",
"timestamp" : "2024-06-05T18:42:19Z",
"tools" : [
{
"vendor" : "OWASP",
Expand Down Expand Up @@ -39,15 +39,15 @@
{
"group" : "cdx:npm:package:bundled",
"name" : "cropperjs",
"version" : "1.6.1",
"version" : "1.6.2",
"licenses" : [
{
"license" : {
"id" : "MIT"
}
}
],
"purl" : "pkg:npm/[email protected].1",
"purl" : "pkg:npm/[email protected].2",
"type" : "library",
"bom-ref" : "d0142b40-7a81-4f6b-b681-af8ab91ea836"
},
Expand All @@ -69,15 +69,15 @@
{
"group" : "cdx:npm:package:bundled",
"name" : "friendly-challenge",
"version" : "0.9.14",
"version" : "0.9.15",
"licenses" : [
{
"license" : {
"id" : "MIT"
}
}
],
"purl" : "pkg:npm/friendly-challenge@3.7.1",
"purl" : "pkg:npm/friendly-challenge@0.9.15",
"type" : "library",
"bom-ref" : "5ffbae18-bc06-4fdb-ba19-f9e9e1afdda5"
},
Expand Down Expand Up @@ -144,15 +144,15 @@
{
"group" : "cdx:npm:package:bundled",
"name" : "sweetalert2",
"version" : "11.10.5",
"version" : "11.11.1",
"licenses" : [
{
"license" : {
"id" : "MIT"
}
}
],
"purl" : "pkg:npm/sweetalert2@11.10.5",
"purl" : "pkg:npm/sweetalert2@11.11.1",
"type" : "library",
"bom-ref" : "b1e652b5-d76e-4b07-acab-2d1a0908a96f"
},
Expand Down
File renamed without changes.
Loading

0 comments on commit c929087

Please sign in to comment.