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

Do not initialize library implicitly #31

Merged
merged 2 commits into from
Jan 30, 2025
Merged

Do not initialize library implicitly #31

merged 2 commits into from
Jan 30, 2025

Conversation

lptr
Copy link
Member

@lptr lptr commented Jan 30, 2025

Previously we allowed the library to be initialized in the system temp directory if null was passed for the cache directory.
This is a security vulnerability and thus is not allowed anymore. An extraction directory has to be specified explicitly from now on.

See also:

lptr added 2 commits January 30, 2025 11:42
Previously we allowed the library to be initialized in the system temp directory if `null` was passed for the cache directory.
This is a security vulnerability and thus is not allowed anymore. An extraction directory has to be specified explicitly from now on.
@lptr lptr added the bug Something isn't working label Jan 30, 2025
@lptr lptr self-assigned this Jan 30, 2025
Copy link

semanticdiff-com bot commented Jan 30, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  src/main/java/org/gradle/fileevents/FileEvents.java  20% smaller
  build.gradle.kts Unsupported file format
  src/test/groovy/org/gradle/fileevents/internal/AbstractFileEventFunctionsTest.groovy Unsupported file format

@lptr lptr added this pull request to the merge queue Jan 30, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 30, 2025
@lptr lptr added this pull request to the merge queue Jan 30, 2025
Merged via the queue into main with commit 08be35d Jan 30, 2025
18 checks passed
@lptr lptr deleted the lptr/noexec-tmp branch January 30, 2025 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants