Closed sgammon closed 3 months ago
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎
This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.
Ignoring: npm/@biomejs/biome@1.8.3
Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.
If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of ecosystem/package-name@version
specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0
or ignore all packages with @SocketSecurity ignore-all
@SocketSecurity ignore npm/@biomejs/biome@1.8.3
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Attention: Patch coverage is 19.03720%
with 370 lines
in your changes missing coverage. Please review.
Project coverage is 48.19%. Comparing base (
a8dddbd
) to head (7b0f9ed
).
Summary
Continued implementation of Elide's new entrypoint; implements a stronger structure for our
crates
, on top of ourthird_party
C code, and integrating with our Kotlin layer. In essence, Rust will act as the glue between the system and our tooling drivers.Feature additions coming soon.
Structurally, this is how it works:
Changelog
tooling
module (empty for now)orogene
via newelide install
ruff
viaelide lint
crates/
rootorg.slf4j.Logger
through delegationelide.natives
at build timeelide tool
2.0.20-Beta1
0.25.0
24.2.x-SNAPSHOT
4.4.x-SNAPSHOT
8.9-RC-1
33.2.1-x
third_party
and cargo lib/include rootsrequirements.txt
nightly
rust toolchain and configsFixes and closes elide-dev/elide#1025