
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@dfeidao/fd-am000001
Advanced tools
yarn add --dev @dfeidao/fd-am000001
属性 | 描述 |
---|---|
fd | |
will_block | 是否阻止页面跳转 |
action | 触发的响应事件 |
import IFeidaoAiMobile from '@dfeidao/fd-am000000';
import am01 from '@dfeidao/fd-am000001';
export default async function a001(fd: IFeidaoAiMobile){
// 这里的逻辑判断需要在用户按下物理返回键时提示用户,当前页面不关闭
const data = {
foo: 'bar'
};
am01(fd, true, 'a002', data);
}
export default async function a002(fd: IFeidaoAiMobile, data: {foo: string;}){
// 比如说在这个响应中弹出了一个用户提示框,
// 而又户又确认了可以关闭该页面,这个时候认为页面可以正常返回了,再次调用即可
const force_close = confirm('close this?');
if (force_close) {
am01(fd, false, '');
}
}
FAQs
阻止Android用户按下物理返回键
We found that @dfeidao/fd-am000001 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.