Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
This is a Mavenized version of the latest
Java 3D j3dcore
component,
built on JOGL 2.x,
with a renamed package prefix to avoid conflicts with old versions of Java 3D.
Historically, Java 3D was installed as an extension to the Java Runtime
Environment, meaning that JAR files and native libraries were placed in the
lib/ext
directory of the JRE installation, or manually appended to the Java
extensions via the java.ext.dirs
system property.
However, that approach has many downsides:
provided
scope in the POM).These days, Java 3D 1.6 is built on top of JOGL 2.x, and available on GitHub. But old installations of Java 3D still lurk, waiting to disrupt applications at runtime: libraries present on the Java extensions path take precedence over those on the regular class path.
Failure to manage Java 3D installations as needed can result in cryptic
version-skew-related error messages, such as NoSuchMethodError
or
even native-library-related errors, including JVM crashes. This situation is
especially prevalent on OS X, where Java 3D 1.3 was pre-installed in
/System/Library/Java/Extensions
on older versions of the OS, and left in
place after OS upgrades (despite Java itself being uninstalled).
Furthermore, OS X 10.11 "El Capitan" introduced a new security feature called
System Integrity Protection (SIP) which prevents users from deleting the
obsolete Java 3D libraries from /System/Library/Java/Extensions
. And the
default extensions path of Oracle Java 8 includes this directory, making it
impossible to use Java 3D with Java 8 out of the box in this scenario.
This fork of Java 3D avoids the issue by changing the package prefix, so that legacy code can be easily refactored to use it without danger from the obsolete versions of Java 3D.
This project is a temporary fork, until upstream Java 3D makes some progress. See: Java 3D: Use Maven to build, and publish Maven artifacts
To use from your Maven project, add the following dependency to your POM:
<dependency>
<groupId>org.scijava</groupId>
<artifactId>j3dcore</artifactId>
<version>1.6.0-scijava-2</version>
</dependency>
FAQs
3D Graphics API for the Java Platform
We found that org.scijava:j3dcore demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.