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

Corrupted webauthn4j artifact #1128

Open
ppkarwasz opened this issue Jul 31, 2024 · 0 comments
Open

Corrupted webauthn4j artifact #1128

ppkarwasz opened this issue Jul 31, 2024 · 0 comments

Comments

@ppkarwasz
Copy link

ppkarwasz commented Jul 31, 2024

Description:

The org.wso2.orbit.webauthn4j:webauthn4j artifact version 0.21.0.wso2v1 published in Maven Central and WSO2 repository is corrupt.

Affected Product Version:

0.21.0.wso2v1

Steps to reproduce:

  1. Download the artifact from, e.g.: https://repo1.maven.org/maven2/org/wso2/orbit/webauthn4j/webauthn4j/0.21.0.wso2v1/webauthn4j-0.21.0.wso2v1.jar
  2. Check its SHA1 checksum with the one published in the repository: https://repo1.maven.org/maven2/org/wso2/orbit/webauthn4j/webauthn4j/0.21.0.wso2v1/webauthn4j-0.21.0.wso2v1.jar.sha1
  3. Test the JAR file with:
    unzip -t webauthn4j-0.21.0.wso2v1.jar
  4. Multiple errors will be reported, with output like this:
    ...
    testing: com/fasterxml/jackson/datatype/jsr310/DecimalUtils.class  bad extra-field entry:
       EF block length (4797 bytes) exceeds remaining EF data (0 bytes)
     testing: com/fasterxml/jackson/datatype/jsr310/JSR310Module$1.class  bad extra-field entry:
       EF block length (4797 bytes) exceeds remaining EF data (0 bytes)
     testing: com/fasterxml/jackson/datatype/jsr310/JSR310Module.class  bad extra-field entry:
       EF block length (4797 bytes) exceeds remaining EF data (0 bytes)
     testing: com/fasterxml/jackson/datatype/jsr310/JavaTimeModule$1.class  bad extra-field entry:
       EF block length (4797 bytes) exceeds remaining EF data (0 bytes)
     testing: com/fasterxml/jackson/datatype/jsr310/JavaTimeModule.class  bad extra-field entry:
       EF block length (4797 bytes) exceeds remaining EF data (0 bytes)
     testing: com/fasterxml/jackson/datatype/jsr310/PackageVersion.class  bad extra-field entry:
       EF block length (4797 bytes) exceeds remaining EF data (0 bytes)
    ...
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant