
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.
@worktile/rocket-logger
Advanced tools
a sample logger wrapper base on winston 3.x
npm install @worktile/rocket-logger --save
const options = {
db: {
mongodbServer: "mongodb://localhost:27017/wt-log",
collection: "", // default logs
errorCollection: "", // default errors
mongodbOptions: {}, // Mongodb connect options
},
console: true,
file: {
filename: "access.log",
errorFileName: "error.log",
dirname: "logs",
maxsize: 1024 * 1024 * 10,
maxFiles: 10
}
};
const logger = RocketLogger.create(options);
logger.debug("this is debug message");
logger.info("this is info message");
logger.warn("this is warn message");
logger.error("this is error message");
logger.info("this is info message", {
action: "add user"
});
logger.error("this is error message", new Error("Custom Error"));
logger.error(new Error("Custom Error"));
logger.error(new Error("Custom Error"), {
action: "Get Custom Data"
});
FAQs
logger wrapper
We found that @worktile/rocket-logger 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.