mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
Merge branch 'main' into audit2
This commit is contained in:
commit
5651f899ea
@ -111,7 +111,7 @@ jobs:
|
|||||||
elif [[ "$COMMENT_BODY" == *"enterprise"* ]]; then
|
elif [[ "$COMMENT_BODY" == *"enterprise"* ]]; then
|
||||||
echo "enterprise flags detected in comment"
|
echo "enterprise flags detected in comment"
|
||||||
echo "enable_enterprise=true" >> $GITHUB_OUTPUT
|
echo "enable_enterprise=true" >> $GITHUB_OUTPUT
|
||||||
echo "enable_pro=false" >> $GITHUB_OUTPUT
|
echo "enable_pro=true" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "No pro or enterprise flags detected in comment"
|
echo "No pro or enterprise flags detected in comment"
|
||||||
echo "enable_pro=false" >> $GITHUB_OUTPUT
|
echo "enable_pro=false" >> $GITHUB_OUTPUT
|
||||||
@ -220,11 +220,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Set security settings based on flags
|
# Set security settings based on flags
|
||||||
if [ "${{ needs.check-comment.outputs.disable_security }}" == "false" ]; then
|
if [ "${{ needs.check-comment.outputs.disable_security }}" == "false" ]; then
|
||||||
DOCKER_SECURITY="true"
|
DISABLE_ADDITIONAL_FEATURES="false"
|
||||||
LOGIN_SECURITY="true"
|
LOGIN_SECURITY="true"
|
||||||
SECURITY_STATUS="🔒 Security Enabled"
|
SECURITY_STATUS="🔒 Security Enabled"
|
||||||
else
|
else
|
||||||
DOCKER_SECURITY="false"
|
DISABLE_ADDITIONAL_FEATURES="true"
|
||||||
LOGIN_SECURITY="false"
|
LOGIN_SECURITY="false"
|
||||||
SECURITY_STATUS="Security Disabled"
|
SECURITY_STATUS="Security Disabled"
|
||||||
fi
|
fi
|
||||||
@ -258,7 +258,7 @@ jobs:
|
|||||||
- /stirling/PR-${{ needs.check-comment.outputs.pr_number }}/config:/configs:rw
|
- /stirling/PR-${{ needs.check-comment.outputs.pr_number }}/config:/configs:rw
|
||||||
- /stirling/PR-${{ needs.check-comment.outputs.pr_number }}/logs:/logs:rw
|
- /stirling/PR-${{ needs.check-comment.outputs.pr_number }}/logs:/logs:rw
|
||||||
environment:
|
environment:
|
||||||
DISABLE_ADDITIONAL_FEATURES: "${DOCKER_SECURITY}"
|
DISABLE_ADDITIONAL_FEATURES: "${DISABLE_ADDITIONAL_FEATURES}"
|
||||||
SECURITY_ENABLELOGIN: "${LOGIN_SECURITY}"
|
SECURITY_ENABLELOGIN: "${LOGIN_SECURITY}"
|
||||||
SYSTEM_DEFAULTLOCALE: en-GB
|
SYSTEM_DEFAULTLOCALE: en-GB
|
||||||
UI_APPNAME: "Stirling-PDF PR#${{ needs.check-comment.outputs.pr_number }}"
|
UI_APPNAME: "Stirling-PDF PR#${{ needs.check-comment.outputs.pr_number }}"
|
||||||
|
@ -276,7 +276,7 @@
|
|||||||
{
|
{
|
||||||
"moduleName": "com.opencsv:opencsv",
|
"moduleName": "com.opencsv:opencsv",
|
||||||
"moduleUrl": "http://opencsv.sf.net",
|
"moduleUrl": "http://opencsv.sf.net",
|
||||||
"moduleVersion": "5.11",
|
"moduleVersion": "5.11.1",
|
||||||
"moduleLicense": "Apache 2",
|
"moduleLicense": "Apache 2",
|
||||||
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
@ -504,7 +504,7 @@
|
|||||||
{
|
{
|
||||||
"moduleName": "commons-beanutils:commons-beanutils",
|
"moduleName": "commons-beanutils:commons-beanutils",
|
||||||
"moduleUrl": "https://commons.apache.org/proper/commons-beanutils",
|
"moduleUrl": "https://commons.apache.org/proper/commons-beanutils",
|
||||||
"moduleVersion": "1.10.0",
|
"moduleVersion": "1.11.0",
|
||||||
"moduleLicense": "Apache-2.0",
|
"moduleLicense": "Apache-2.0",
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
@ -529,20 +529,6 @@
|
|||||||
"moduleLicense": "Apache License, Version 2.0",
|
"moduleLicense": "Apache License, Version 2.0",
|
||||||
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"moduleName": "commons-io:commons-io",
|
|
||||||
"moduleUrl": "https://commons.apache.org/proper/commons-io/",
|
|
||||||
"moduleVersion": "2.11.0",
|
|
||||||
"moduleLicense": "Apache License, Version 2.0",
|
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"moduleName": "commons-io:commons-io",
|
|
||||||
"moduleUrl": "https://commons.apache.org/proper/commons-io/",
|
|
||||||
"moduleVersion": "2.13.0",
|
|
||||||
"moduleLicense": "Apache-2.0",
|
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"moduleName": "commons-io:commons-io",
|
"moduleName": "commons-io:commons-io",
|
||||||
"moduleUrl": "https://commons.apache.org/proper/commons-io/",
|
"moduleUrl": "https://commons.apache.org/proper/commons-io/",
|
||||||
@ -559,7 +545,7 @@
|
|||||||
{
|
{
|
||||||
"moduleName": "io.github.pixee:java-security-toolkit",
|
"moduleName": "io.github.pixee:java-security-toolkit",
|
||||||
"moduleUrl": "https://github.com/pixee/java-security-toolkit",
|
"moduleUrl": "https://github.com/pixee/java-security-toolkit",
|
||||||
"moduleVersion": "1.2.1",
|
"moduleVersion": "1.2.2",
|
||||||
"moduleLicense": "MIT License",
|
"moduleLicense": "MIT License",
|
||||||
"moduleLicenseUrl": "http://www.opensource.org/licenses/mit-license.php"
|
"moduleLicenseUrl": "http://www.opensource.org/licenses/mit-license.php"
|
||||||
},
|
},
|
||||||
@ -573,14 +559,14 @@
|
|||||||
{
|
{
|
||||||
"moduleName": "io.micrometer:micrometer-core",
|
"moduleName": "io.micrometer:micrometer-core",
|
||||||
"moduleUrl": "https://github.com/micrometer-metrics/micrometer",
|
"moduleUrl": "https://github.com/micrometer-metrics/micrometer",
|
||||||
"moduleVersion": "1.14.6",
|
"moduleVersion": "1.15.0",
|
||||||
"moduleLicense": "The Apache Software License, Version 2.0",
|
"moduleLicense": "The Apache Software License, Version 2.0",
|
||||||
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "io.micrometer:micrometer-core",
|
"moduleName": "io.micrometer:micrometer-core",
|
||||||
"moduleUrl": "https://github.com/micrometer-metrics/micrometer",
|
"moduleUrl": "https://github.com/micrometer-metrics/micrometer",
|
||||||
"moduleVersion": "1.15.0",
|
"moduleVersion": "1.15.1",
|
||||||
"moduleLicense": "The Apache Software License, Version 2.0",
|
"moduleLicense": "The Apache Software License, Version 2.0",
|
||||||
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
@ -654,6 +640,13 @@
|
|||||||
"moduleLicense": "Apache License, Version 2.0",
|
"moduleLicense": "Apache License, Version 2.0",
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "io.swagger.core.v3:swagger-annotations-jakarta",
|
||||||
|
"moduleUrl": "https://github.com/swagger-api/swagger-core/modules/swagger-annotations",
|
||||||
|
"moduleVersion": "2.2.33",
|
||||||
|
"moduleLicense": "Apache License, Version 2.0",
|
||||||
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "io.swagger.core.v3:swagger-core-jakarta",
|
"moduleName": "io.swagger.core.v3:swagger-core-jakarta",
|
||||||
"moduleUrl": "https://github.com/swagger-api/swagger-core/modules/swagger-core",
|
"moduleUrl": "https://github.com/swagger-api/swagger-core/modules/swagger-core",
|
||||||
@ -661,6 +654,13 @@
|
|||||||
"moduleLicense": "Apache License, Version 2.0",
|
"moduleLicense": "Apache License, Version 2.0",
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "io.swagger.core.v3:swagger-core-jakarta",
|
||||||
|
"moduleUrl": "https://github.com/swagger-api/swagger-core/modules/swagger-core",
|
||||||
|
"moduleVersion": "2.2.33",
|
||||||
|
"moduleLicense": "Apache License, Version 2.0",
|
||||||
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "io.swagger.core.v3:swagger-models-jakarta",
|
"moduleName": "io.swagger.core.v3:swagger-models-jakarta",
|
||||||
"moduleUrl": "https://github.com/swagger-api/swagger-core/modules/swagger-models",
|
"moduleUrl": "https://github.com/swagger-api/swagger-core/modules/swagger-models",
|
||||||
@ -668,6 +668,13 @@
|
|||||||
"moduleLicense": "Apache License, Version 2.0",
|
"moduleLicense": "Apache License, Version 2.0",
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "io.swagger.core.v3:swagger-models-jakarta",
|
||||||
|
"moduleUrl": "https://github.com/swagger-api/swagger-core/modules/swagger-models",
|
||||||
|
"moduleVersion": "2.2.33",
|
||||||
|
"moduleLicense": "Apache License, Version 2.0",
|
||||||
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "jakarta.activation:jakarta.activation-api",
|
"moduleName": "jakarta.activation:jakarta.activation-api",
|
||||||
"moduleUrl": "https://www.eclipse.org",
|
"moduleUrl": "https://www.eclipse.org",
|
||||||
@ -787,6 +794,13 @@
|
|||||||
"moduleLicense": "GPL2 w/ CPE",
|
"moduleLicense": "GPL2 w/ CPE",
|
||||||
"moduleLicenseUrl": "https://oss.oracle.com/licenses/CDDL+GPL-1.1"
|
"moduleLicenseUrl": "https://oss.oracle.com/licenses/CDDL+GPL-1.1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "junit:junit",
|
||||||
|
"moduleUrl": "http://junit.org",
|
||||||
|
"moduleVersion": "4.13.2",
|
||||||
|
"moduleLicense": "Eclipse Public License 1.0",
|
||||||
|
"moduleLicenseUrl": "http://www.eclipse.org/legal/epl-v10.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "me.friwi:gluegen-rt",
|
"moduleName": "me.friwi:gluegen-rt",
|
||||||
"moduleUrl": "http://jogamp.org/gluegen/www/",
|
"moduleUrl": "http://jogamp.org/gluegen/www/",
|
||||||
@ -851,8 +865,8 @@
|
|||||||
{
|
{
|
||||||
"moduleName": "org.apache.commons:commons-collections4",
|
"moduleName": "org.apache.commons:commons-collections4",
|
||||||
"moduleUrl": "https://commons.apache.org/proper/commons-collections/",
|
"moduleUrl": "https://commons.apache.org/proper/commons-collections/",
|
||||||
"moduleVersion": "4.4",
|
"moduleVersion": "4.5.0",
|
||||||
"moduleLicense": "Apache License, Version 2.0",
|
"moduleLicense": "Apache-2.0",
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -886,7 +900,7 @@
|
|||||||
{
|
{
|
||||||
"moduleName": "org.apache.commons:commons-text",
|
"moduleName": "org.apache.commons:commons-text",
|
||||||
"moduleUrl": "https://commons.apache.org/proper/commons-text",
|
"moduleUrl": "https://commons.apache.org/proper/commons-text",
|
||||||
"moduleVersion": "1.13.0",
|
"moduleVersion": "1.13.1",
|
||||||
"moduleLicense": "Apache-2.0",
|
"moduleLicense": "Apache-2.0",
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
@ -980,14 +994,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.apache.xmlgraphics:batik-all",
|
"moduleName": "org.apache.xmlgraphics:batik-all",
|
||||||
"moduleVersion": "1.18",
|
"moduleVersion": "1.19",
|
||||||
"moduleLicense": "The Apache Software License, Version 2.0",
|
"moduleLicense": "The Apache Software License, Version 2.0",
|
||||||
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.apache.xmlgraphics:xmlgraphics-commons",
|
"moduleName": "org.apache.xmlgraphics:xmlgraphics-commons",
|
||||||
"moduleUrl": "http://xmlgraphics.apache.org/commons/",
|
"moduleUrl": "http://xmlgraphics.apache.org/commons/",
|
||||||
"moduleVersion": "2.10",
|
"moduleVersion": "2.11",
|
||||||
"moduleLicense": "The Apache Software License, Version 2.0",
|
"moduleLicense": "The Apache Software License, Version 2.0",
|
||||||
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
@ -1015,14 +1029,14 @@
|
|||||||
{
|
{
|
||||||
"moduleName": "org.bouncycastle:bcpkix-jdk18on",
|
"moduleName": "org.bouncycastle:bcpkix-jdk18on",
|
||||||
"moduleUrl": "https://www.bouncycastle.org/download/bouncy-castle-java/",
|
"moduleUrl": "https://www.bouncycastle.org/download/bouncy-castle-java/",
|
||||||
"moduleVersion": "1.80",
|
"moduleVersion": "1.81",
|
||||||
"moduleLicense": "Bouncy Castle Licence",
|
"moduleLicense": "Bouncy Castle Licence",
|
||||||
"moduleLicenseUrl": "https://www.bouncycastle.org/licence.html"
|
"moduleLicenseUrl": "https://www.bouncycastle.org/licence.html"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.bouncycastle:bcprov-jdk18on",
|
"moduleName": "org.bouncycastle:bcprov-jdk18on",
|
||||||
"moduleUrl": "https://www.bouncycastle.org/download/bouncy-castle-java/",
|
"moduleUrl": "https://www.bouncycastle.org/download/bouncy-castle-java/",
|
||||||
"moduleVersion": "1.80",
|
"moduleVersion": "1.81",
|
||||||
"moduleLicense": "Bouncy Castle Licence",
|
"moduleLicense": "Bouncy Castle Licence",
|
||||||
"moduleLicenseUrl": "https://www.bouncycastle.org/licence.html"
|
"moduleLicenseUrl": "https://www.bouncycastle.org/licence.html"
|
||||||
},
|
},
|
||||||
@ -1036,7 +1050,7 @@
|
|||||||
{
|
{
|
||||||
"moduleName": "org.bouncycastle:bcutil-jdk18on",
|
"moduleName": "org.bouncycastle:bcutil-jdk18on",
|
||||||
"moduleUrl": "https://www.bouncycastle.org/download/bouncy-castle-java/",
|
"moduleUrl": "https://www.bouncycastle.org/download/bouncy-castle-java/",
|
||||||
"moduleVersion": "1.80",
|
"moduleVersion": "1.81",
|
||||||
"moduleLicense": "Bouncy Castle Licence",
|
"moduleLicense": "Bouncy Castle Licence",
|
||||||
"moduleLicenseUrl": "https://www.bouncycastle.org/licence.html"
|
"moduleLicenseUrl": "https://www.bouncycastle.org/licence.html"
|
||||||
},
|
},
|
||||||
@ -1047,6 +1061,13 @@
|
|||||||
"moduleLicense": "The MIT License",
|
"moduleLicense": "The MIT License",
|
||||||
"moduleLicenseUrl": "http://opensource.org/licenses/MIT"
|
"moduleLicenseUrl": "http://opensource.org/licenses/MIT"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "org.checkerframework:checker-qual",
|
||||||
|
"moduleUrl": "https://checkerframework.org/",
|
||||||
|
"moduleVersion": "3.49.3",
|
||||||
|
"moduleLicense": "The MIT License",
|
||||||
|
"moduleLicenseUrl": "http://opensource.org/licenses/MIT"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.commonmark:commonmark",
|
"moduleName": "org.commonmark:commonmark",
|
||||||
"moduleVersion": "0.24.0",
|
"moduleVersion": "0.24.0",
|
||||||
@ -1283,6 +1304,20 @@
|
|||||||
"moduleLicense": "GNU General Public License, version 2 with the GNU Classpath Exception",
|
"moduleLicense": "GNU General Public License, version 2 with the GNU Classpath Exception",
|
||||||
"moduleLicenseUrl": "https://www.gnu.org/software/classpath/license.html"
|
"moduleLicenseUrl": "https://www.gnu.org/software/classpath/license.html"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "org.hamcrest:hamcrest",
|
||||||
|
"moduleUrl": "http://hamcrest.org/JavaHamcrest/",
|
||||||
|
"moduleVersion": "3.0",
|
||||||
|
"moduleLicense": "BSD-3-Clause",
|
||||||
|
"moduleLicenseUrl": "https://raw.githubusercontent.com/hamcrest/JavaHamcrest/master/LICENSE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "org.hamcrest:hamcrest-core",
|
||||||
|
"moduleUrl": "http://hamcrest.org/JavaHamcrest/",
|
||||||
|
"moduleVersion": "3.0",
|
||||||
|
"moduleLicense": "BSD-3-Clause",
|
||||||
|
"moduleLicenseUrl": "https://raw.githubusercontent.com/hamcrest/JavaHamcrest/master/LICENSE"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.hdrhistogram:HdrHistogram",
|
"moduleName": "org.hdrhistogram:HdrHistogram",
|
||||||
"moduleUrl": "http://hdrhistogram.github.io/HdrHistogram/",
|
"moduleUrl": "http://hdrhistogram.github.io/HdrHistogram/",
|
||||||
@ -1338,6 +1373,34 @@
|
|||||||
"moduleLicense": "The Apache License, Version 2.0",
|
"moduleLicense": "The Apache License, Version 2.0",
|
||||||
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "org.junit.platform:junit-platform-commons",
|
||||||
|
"moduleUrl": "https://junit.org/junit5/",
|
||||||
|
"moduleVersion": "1.12.2",
|
||||||
|
"moduleLicense": "Eclipse Public License v2.0",
|
||||||
|
"moduleLicenseUrl": "https://www.eclipse.org/legal/epl-v20.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "org.junit.platform:junit-platform-engine",
|
||||||
|
"moduleUrl": "https://junit.org/junit5/",
|
||||||
|
"moduleVersion": "1.12.2",
|
||||||
|
"moduleLicense": "Eclipse Public License v2.0",
|
||||||
|
"moduleLicenseUrl": "https://www.eclipse.org/legal/epl-v20.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "org.junit.vintage:junit-vintage-engine",
|
||||||
|
"moduleUrl": "https://junit.org/junit5/",
|
||||||
|
"moduleVersion": "5.12.2",
|
||||||
|
"moduleLicense": "Eclipse Public License v2.0",
|
||||||
|
"moduleLicenseUrl": "https://www.eclipse.org/legal/epl-v20.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "org.junit:junit-bom",
|
||||||
|
"moduleUrl": "https://junit.org/junit5/",
|
||||||
|
"moduleVersion": "5.12.2",
|
||||||
|
"moduleLicense": "Eclipse Public License v2.0",
|
||||||
|
"moduleLicenseUrl": "https://www.eclipse.org/legal/epl-v20.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.latencyutils:LatencyUtils",
|
"moduleName": "org.latencyutils:LatencyUtils",
|
||||||
"moduleUrl": "http://latencyutils.github.io/LatencyUtils/",
|
"moduleUrl": "http://latencyutils.github.io/LatencyUtils/",
|
||||||
@ -1447,6 +1510,13 @@
|
|||||||
"moduleLicense": "The Apache Software License, Version 2.0",
|
"moduleLicense": "The Apache Software License, Version 2.0",
|
||||||
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "org.opentest4j:opentest4j",
|
||||||
|
"moduleUrl": "https://github.com/ota4j-team/opentest4j",
|
||||||
|
"moduleVersion": "1.3.0",
|
||||||
|
"moduleLicense": "The Apache License, Version 2.0",
|
||||||
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.ow2.asm:asm",
|
"moduleName": "org.ow2.asm:asm",
|
||||||
"moduleUrl": "http://asm.ow2.org",
|
"moduleUrl": "http://asm.ow2.org",
|
||||||
@ -1475,6 +1545,13 @@
|
|||||||
"moduleLicense": "BSD-2-Clause",
|
"moduleLicense": "BSD-2-Clause",
|
||||||
"moduleLicenseUrl": "https://jdbc.postgresql.org/about/license.html"
|
"moduleLicenseUrl": "https://jdbc.postgresql.org/about/license.html"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "org.postgresql:postgresql",
|
||||||
|
"moduleUrl": "https://jdbc.postgresql.org/",
|
||||||
|
"moduleVersion": "42.7.7",
|
||||||
|
"moduleLicense": "BSD-2-Clause",
|
||||||
|
"moduleLicenseUrl": "https://jdbc.postgresql.org/about/license.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.slf4j:jul-to-slf4j",
|
"moduleName": "org.slf4j:jul-to-slf4j",
|
||||||
"moduleUrl": "http://www.slf4j.org",
|
"moduleUrl": "http://www.slf4j.org",
|
||||||
@ -1498,19 +1575,19 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.springdoc:springdoc-openapi-starter-common",
|
"moduleName": "org.springdoc:springdoc-openapi-starter-common",
|
||||||
"moduleVersion": "2.8.8",
|
"moduleVersion": "2.8.9",
|
||||||
"moduleLicense": "The Apache License, Version 2.0",
|
"moduleLicense": "The Apache License, Version 2.0",
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.springdoc:springdoc-openapi-starter-webmvc-api",
|
"moduleName": "org.springdoc:springdoc-openapi-starter-webmvc-api",
|
||||||
"moduleVersion": "2.8.8",
|
"moduleVersion": "2.8.9",
|
||||||
"moduleLicense": "The Apache License, Version 2.0",
|
"moduleLicense": "The Apache License, Version 2.0",
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.springdoc:springdoc-openapi-starter-webmvc-ui",
|
"moduleName": "org.springdoc:springdoc-openapi-starter-webmvc-ui",
|
||||||
"moduleVersion": "2.8.8",
|
"moduleVersion": "2.8.9",
|
||||||
"moduleLicense": "The Apache License, Version 2.0",
|
"moduleLicense": "The Apache License, Version 2.0",
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||||
},
|
},
|
||||||
@ -1668,6 +1745,13 @@
|
|||||||
"moduleLicense": "Apache License, Version 2.0",
|
"moduleLicense": "Apache License, Version 2.0",
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "org.springframework.security:spring-security-core",
|
||||||
|
"moduleUrl": "https://spring.io/projects/spring-security",
|
||||||
|
"moduleVersion": "6.5.1",
|
||||||
|
"moduleLicense": "Apache License, Version 2.0",
|
||||||
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.springframework.security:spring-security-crypto",
|
"moduleName": "org.springframework.security:spring-security-crypto",
|
||||||
"moduleUrl": "https://spring.io/projects/spring-security",
|
"moduleUrl": "https://spring.io/projects/spring-security",
|
||||||
@ -1703,6 +1787,13 @@
|
|||||||
"moduleLicense": "Apache License, Version 2.0",
|
"moduleLicense": "Apache License, Version 2.0",
|
||||||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"moduleName": "org.springframework.security:spring-security-saml2-service-provider",
|
||||||
|
"moduleUrl": "https://spring.io/projects/spring-security",
|
||||||
|
"moduleVersion": "6.5.1",
|
||||||
|
"moduleLicense": "Apache License, Version 2.0",
|
||||||
|
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"moduleName": "org.springframework.security:spring-security-web",
|
"moduleName": "org.springframework.security:spring-security-web",
|
||||||
"moduleUrl": "https://spring.io/projects/spring-security",
|
"moduleUrl": "https://spring.io/projects/spring-security",
|
||||||
|
Loading…
Reference in New Issue
Block a user