Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored out Servlet dependencies from core and toolkit #395

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 10, 2023

  1. Refactored out Servlet dependencies from core and toolkit

    - Introduced `servlet-jakarta` and `servlet-javax`
    - Teased apart HTTP request and HTTP response objects along a common seam
    - Bumped version to 3.0.0
    
    Also, bump dependencies so OWASP check passes from:
    
    Author: r-herasymenk <[email protected]>
    Date:   Tue Jul 25 10:45:02 2023 -0700
    
    $ mvn clean install
    ...
    [ERROR] Failed to execute goal org.owasp:dependency-check-maven:6.3.1:check (default) on project java-saml-core:
    [ERROR]
    [ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0':
    [ERROR]
    [ERROR] accessors-smart-2.4.7.jar: CVE-2022-45688
    [ERROR] jackson-core-2.13.4.jar: CVE-2022-45688
    [ERROR] json-smart-2.4.7.jar: CVE-2023-1370
    [ERROR] netty-codec-4.1.68.Final.jar: CVE-2022-41881
    [ERROR] netty-transport-4.1.68.Final.jar: CVE-2022-41881
    [ERROR] stax2-api-4.2.1.jar: CVE-2022-40152
    [ERROR] woodstox-core-6.2.6.jar/META-INF/maven/com.sun.xml.bind.jaxb/isorelax/pom.xml: CVE-2023-34411
    [ERROR] woodstox-core-6.2.6.jar: CVE-2022-40152
    markkolich committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    575d57d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. - Renaming Auth -> BaseAuth

    - Adding JakartaSamlAuth and JavaxSamlAuth which both extend BaseAuth
    markkolich committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5017e2f View commit details
    Browse the repository at this point in the history