3rdParty_sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Add Elytron security source code for reference

    • -0
    • +59
    ./elytron/org/wildfly/security/ElytronMessages.java
    • -0
    • +61
    ./elytron/org/wildfly/security/ElytronMessages_$logger.java
    • -0
    • +47
    ./elytron/org/wildfly/security/EmptyProvider.java
    • -0
    • +50
    ./elytron/org/wildfly/security/NullSecurityFactory.java
    • -0
    • +44
    ./elytron/org/wildfly/security/ParametricPrivilegedAction.java
    • -0
    • +45
    ./elytron/org/wildfly/security/ParametricPrivilegedExceptionAction.java
    • -0
    • +38
    ./elytron/org/wildfly/security/SecurityFactory.java
    • -0
    • +76
    ./elytron/org/wildfly/security/Version.java
    • -0
    • +2
    ./elytron/org/wildfly/security/Version.properties
    • -0
    • +40
    ./elytron/org/wildfly/security/VersionedProvider.java
    • -0
    • +227
    ./elytron/org/wildfly/security/WildFlyElytronBaseProvider.java
  1. … 271 more files in changeset.
LDEV-5260 Upgrade Reactor libraries

    • -13
    • +111
    ./reactor/reactor/core/Exceptions.java
    • -16
    • +43
    ./reactor/reactor/core/Scannable.java
    • -0
    • +105
    ./reactor/reactor/core/observability/DefaultSignalListener.java
  1. … 205 more files in changeset.
LDEV-5416 Fix inconsistent initial data in fresh build

  1. … 2 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

  1. … 15 more files in changeset.
LAI-3 Update source code versions

LAI-3 Upgrade libraries to work with Word and PDF documents

Some libraries that we used for working with Word documents are outdated and insecure. It is a good idea to update them and their dependencies so we work with modern code when extracting PDF text for AI summarisation.

    • -0
    • +66
    ./commons-io/org/apache/commons/io/ByteOrderParser.java
    • -53
    • +57
    ./commons-io/org/apache/commons/io/Charsets.java
    • -103
    • +76
    ./commons-io/org/apache/commons/io/CopyUtils.java
    • -0
    • +377
    ./commons-io/org/apache/commons/io/FileSystem.java
    • -2262
    • +2704
    ./commons-io/org/apache/commons/io/FileUtils.java
  1. … 7028 more files in changeset.
LDEV-5386 Add per moduule IntelliJ configuration files

  1. … 87 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into LDEV-5083

Conflicts:

lams_build/3rdParty.userlibraries

lams_central/web/authoring/svgGenerator.jsp

  1. … 8 more files in changeset.
LDEV-4932 Squash multiple slashes into one when matching secured paths

  1. … 4 more files in changeset.
LDEV-5304 Update CSRF Guard source code to version 4.1.3

    • -789
    • +393
    ./csrfguard/org/owasp/csrfguard/CsrfGuard.java
    • -0
    • +248
    ./csrfguard/org/owasp/csrfguard/CsrfValidator.java
    • -0
    • +48
    ./csrfguard/org/owasp/csrfguard/ProtectionResult.java
    • -22
    • +19
    ./csrfguard/org/owasp/csrfguard/action/Forward.java
    • -18
    • +52
    ./csrfguard/org/owasp/csrfguard/action/IAction.java
    • -19
    • +18
    ./csrfguard/org/owasp/csrfguard/action/Redirect.java
  1. … 68 more files in changeset.
LDEV-5305 Update Spring sources to version 5.3.18

  1. … 170 more files in changeset.
LDEV-5305 Update Spring source code to version 4.3.30

    • -1
    • +1
    ./spring/org/aopalliance/aop/Advice.java
  1. … 3025 more files in changeset.
Merge branch 'LDEV-5260' into v4.7

Conflicts:

lams_build/3rdParty.userlibraries

  1. … 8 more files in changeset.
LDEV-5277 Update JJWT library to version 0.11.2

    • -1
    • +18
    ./jsonwebtoken/io/jsonwebtoken/Claims.java
    • -0
    • +15
    ./jsonwebtoken/io/jsonwebtoken/Clock.java
    • -5
    • +5
    ./jsonwebtoken/io/jsonwebtoken/Header.java
    • -0
    • +307
    ./jsonwebtoken/io/jsonwebtoken/JwtParserBuilder.java
    • -14
    • +39
    ./jsonwebtoken/io/jsonwebtoken/Jwts.java
    • -110
    • +493
    ./jsonwebtoken/io/jsonwebtoken/SignatureAlgorithm.java
  1. … 81 more files in changeset.
LDEV-5277 Add UOC LTI Advantage integration libraries' source code

    • -0
    • +14
    ./uoc-lti-advantage/edu/uoc/elc/lti/exception/BadToolProviderConfigurationException.java
    • -0
    • +41
    ./uoc-lti-advantage/edu/uoc/elc/lti/platform/Member.java
  1. … 78 more files in changeset.
LDEV-5260 Add Reactor source code reference

    • -0
    • +175
    ./reactor/reactor/adapter/JdkFlowAdapter.java
    • -0
    • +29
    ./reactor/reactor/adapter/package-info.java
    • -0
    • +48
    ./reactor/reactor/core/CorePublisher.java
    • -0
    • +61
    ./reactor/reactor/core/CoreSubscriber.java
    • -0
    • +168
    ./reactor/reactor/core/Disposable.java
    • -0
    • +485
    ./reactor/reactor/core/Disposables.java
    • -0
    • +766
    ./reactor/reactor/core/Exceptions.java
    • -0
    • +272
    ./reactor/reactor/core/Fuseable.java
    • -0
    • +612
    ./reactor/reactor/core/Scannable.java
    • -0
    • +25
    ./reactor/reactor/core/package-info.java
    • -0
    • +254
    ./reactor/reactor/core/publisher/BaseSubscriber.java
    • -0
    • +48
    ./reactor/reactor/core/publisher/BlockingFirstSubscriber.java
    • -0
    • +286
    ./reactor/reactor/core/publisher/BlockingIterable.java
    • -0
    • +43
    ./reactor/reactor/core/publisher/BlockingLastSubscriber.java
    • -0
    • +49
    ./reactor/reactor/core/publisher/BlockingMonoSubscriber.java
  1. … 798 more files in changeset.
LDEV-5260 Add Reactive Streams source code reference

    • -0
    • +377
    ./reactive-streams/org/reactivestreams/FlowAdapters.java
    • -0
    • +44
    ./reactive-streams/org/reactivestreams/Subscription.java
LDEV-5259 Update Spring source code reference to 5.3.13

    • -1
    • +1
    ./spring/org/aopalliance/aop/Advice.java
    • -0
    • +4
    ./spring/org/aopalliance/aop/package-info.java
    • -0
    • +4
    ./spring/org/aopalliance/intercept/package-info.java
    • -0
    • +4
    ./spring/org/aopalliance/package-info.java
  1. … 3774 more files in changeset.
LDEV-5227 Update Apache POI source code to 4.1.2

    • -127
    • +132
    ./poi/org/apache/poi/POIDocument.java
    • -111
    • +0
    ./poi/org/apache/poi/POIOLE2TextExtractor.java
    • -0
    • +71
    ./poi/org/apache/poi/POIReadOnlyDocument.java
    • -77
    • +0
    ./poi/org/apache/poi/POITextExtractor.java
    • -0
    • +37
    ./poi/org/apache/poi/common/Duplicatable.java
    • -0
    • +32
    ./poi/org/apache/poi/common/usermodel/GenericRecord.java
    • -0
    • +103
    ./poi/org/apache/poi/common/usermodel/PictureType.java
    • -0
    • +75
    ./poi/org/apache/poi/common/usermodel/fonts/FontFacet.java
  1. … 1044 more files in changeset.
LDEV-5178 Check for common and breached passwords

    • -0
    • +115
    ./passpol/com/codahale/passpol/BreachDatabase.java
    • -0
    • +77
    ./passpol/com/codahale/passpol/HaveIBeenPwned.java
    • -0
    • +113
    ./passpol/com/codahale/passpol/PasswordPolicy.java
    • -0
    • +62
    ./passpol/com/codahale/passpol/PasswordSet.java
    • -0
    • +31
    ./passpol/com/codahale/passpol/Status.java
  1. … 16 more files in changeset.
LDEV-5094 Add Undertow source files for easier debugging.

    • -0
    • +52
    ./undertow/org/wildfly/extension/undertow/AccessLogRemove.java
    • -0
    • +180
    ./undertow/org/wildfly/extension/undertow/AccessLogService.java
    • -0
    • +103
    ./undertow/org/wildfly/extension/undertow/AjpListenerService.java
    • -0
    • +65
    ./undertow/org/wildfly/extension/undertow/BufferCacheService.java
  1. … 194 more files in changeset.
Bump commons-collections in /3rdParty_sources/tacitknowledge/autopatch

Bumps commons-collections from 3.0 to 3.2.2.

Signed-off-by: dependabot[bot] <support@github.com>

LDEV-4997 Renormalize line endings with git

    • -192
    • +192
    ./commons-io/org/apache/commons/io/Charsets.java
  1. … 406 more files in changeset.
LDEV-4999 Fix monitor role detection when updating learner mark

    • -192
    • +192
    ./commons-io/org/apache/commons/io/Charsets.java
  1. … 449 more files in changeset.
LDEV-4997 Add Etherpad client source code

    • -0
    • +915
    ./etherpad/net/gjerull/etherpad/client/EPLiteClient.java
    • -0
    • +317
    ./etherpad/net/gjerull/etherpad/client/EPLiteConnection.java
    • -0
    • +11
    ./etherpad/net/gjerull/etherpad/client/EPLiteException.java
    • -0
    • +44
    ./etherpad/net/gjerull/etherpad/client/GETRequest.java
    • -0
    • +56
    ./etherpad/net/gjerull/etherpad/client/POSTRequest.java
    • -0
    • +5
    ./etherpad/net/gjerull/etherpad/client/Request.java
LDEV-4997 Add Etherpad client source code

    • -0
    • +915
    ./etherpad/net/gjerull/etherpad/client/EPLiteClient.java
    • -0
    • +317
    ./etherpad/net/gjerull/etherpad/client/EPLiteConnection.java
    • -0
    • +11
    ./etherpad/net/gjerull/etherpad/client/EPLiteException.java
    • -0
    • +44
    ./etherpad/net/gjerull/etherpad/client/GETRequest.java
    • -0
    • +56
    ./etherpad/net/gjerull/etherpad/client/POSTRequest.java
    • -0
    • +5
    ./etherpad/net/gjerull/etherpad/client/Request.java
LDEV-4932 Update version and source code of CSRF Guard

    • -0
    • +3
    ./csrfguard/org/owasp/csrfguard/CsrfGuard.java
  1. … 1 more file in changeset.
LDEV-4932 Add source code for CSRF Guard

    • -0
    • +813
    ./csrfguard/org/owasp/csrfguard/CsrfGuard.java
    • -0
    • +100
    ./csrfguard/org/owasp/csrfguard/CsrfGuardFilter.java
    • -0
    • +148
    ./csrfguard/org/owasp/csrfguard/CsrfGuardServletContextListener.java
    • -0
    • +72
    ./csrfguard/org/owasp/csrfguard/action/AbstractAction.java
    • -0
    • +46
    ./csrfguard/org/owasp/csrfguard/action/Empty.java
    • -0
    • +55
    ./csrfguard/org/owasp/csrfguard/action/Error.java
    • -0
    • +57
    ./csrfguard/org/owasp/csrfguard/action/Forward.java
    • -0
    • +52
    ./csrfguard/org/owasp/csrfguard/action/IAction.java
    • -0
    • +48
    ./csrfguard/org/owasp/csrfguard/action/Invalidate.java
    • -0
    • +85
    ./csrfguard/org/owasp/csrfguard/action/Log.java
    • -0
    • +54
    ./csrfguard/org/owasp/csrfguard/action/Redirect.java
    • -0
    • +48
    ./csrfguard/org/owasp/csrfguard/action/RequestAttribute.java
    • -0
    • +95
    ./csrfguard/org/owasp/csrfguard/action/Rotate.java
  1. … 41 more files in changeset.
Bump httpclient from 4.5.2 to 4.5.10 in /3rdParty_sources/basiclti-util

Bumps httpclient from 4.5.2 to 4.5.10.

Signed-off-by: dependabot[bot] <support@github.com>

LDEV-4883 Fix HttpClient warning “Invalid expires attribute”

  1. … 1 more file in changeset.