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

GeneXus compression module #874

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

GeneXus compression module #874

wants to merge 36 commits into from

Conversation

tomas-sexenian
Copy link
Contributor

No description provided.

@genexusbot
Copy link
Collaborator

Cherry pick to beta failed, 1 conflicted file in commit 594547c
  • pom.xml

@genexusbot
Copy link
Collaborator

Manual cherry pick to beta success

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

JarEntry entry;
byte[] buffer = new byte[1024];
while ((entry = jis.getNextJarEntry()) != null) {
File outputFile = new File(outputDir, entry.getName());

Check failure

Code scanning / CodeQL

Arbitrary file access during archive extraction ("Zip Slip") High

Unsanitized archive entry, which may contain '..', is used in a
file system operation
.
Unsanitized archive entry, which may contain '..', is used in a
file system operation
.
Unsanitized archive entry, which may contain '..', is used in a
file system operation
.
@genexusbot
Copy link
Collaborator

Cherry pick to beta failed, 1 conflicted file in commit e12a0a4
  • gxcompress/src/main/java/com/genexus/compression/GXCompressor.java

@genexusbot
Copy link
Collaborator

Manual cherry pick to beta success

@genexusbot
Copy link
Collaborator

Cherry pick to beta failed, 3 conflicted files in commit 1bdab85
  • gxcompress/src/main/java/com/genexus/compression/CompressionMessage.java
  • gxcompress/src/main/java/com/genexus/compression/GXCompressor.java
  • gxcompress/src/test/java/com/genexus/compression/TestCompression.java

@genexusbot
Copy link
Collaborator

BETA RESET - Cherry pick to beta failed, 1 conflicted file in commit 594547c
  • pom.xml

@genexusbot
Copy link
Collaborator

@genexusbot
Copy link
Collaborator

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

Successfully merging this pull request may close these issues.

4 participants