You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of Java's default temporary directory for file creation in FileBackedOutputStream in Google Guava versions 1.0 to 31.1 on Unix systems and Android Ice Cream Sandwich allows other users and apps on the machine with access to the default Java temporary directory to be able to access the files created by the class.
Even though the security vulnerability is fixed in version 32.0.0, maintainers recommend using version 32.0.1 as version 32.0.0 breaks some functionality under Windows.
Even though this might not be relevant in the client side we still try to avoid adding a vulnerable dependency to our tools.
The text was updated successfully, but these errors were encountered:
Even though this might not be relevant in the client side we still try to avoid adding a vulnerable dependency to our tools.
The text was updated successfully, but these errors were encountered: