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
We are using near-sdk-sim in our tests and I've noticed that an unmaintained crate is pulled indirectly via near-sdk-sim. The create is called memmap and it should be replace by its newer version memmap2.
Note that this issue was flagged by Halborn while doing an audit on our smart contracts.
Can we please get this fixed?
The text was updated successfully, but these errors were encountered:
near-sdk-sim will be deprecated soon, see #662 for some info. We currently don't have the option to modify these internal crates to be compatible with near-sdk-sim right now.
Dependency chain:
near-sdk-sim
->near-runtime
->near-vm-runner
->wasmer-runtime-near
->memmap
We are using
near-sdk-sim
in our tests and I've noticed that an unmaintained crate is pulled indirectly vianear-sdk-sim
. The create is calledmemmap
and it should be replace by its newer versionmemmap2
.Note that this issue was flagged by Halborn while doing an audit on our smart contracts.
Can we please get this fixed?
The text was updated successfully, but these errors were encountered: