
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.
github.com/whuhyw/container
Go code (golang) set of packages that provide common data structure
To install container, use go get
:
go get github.com/whuhyw/container
This will then make the following packages available to you:
github.com/whuhyw/container/stack
github.com/whuhyw/container/queue
Import the container/stack
package into your code using this template:
package main
import (
"github.com/whuhyw/container/stack"
)
func main() {
s := stack.NewStack()
s.Push("hello")
if !s.Empty(){
s.Pop()
}
}
To update container to the latest version, use go get -u github.com/whuhyw/container
.
Please feel free to submit issues, fork the repository and send pull requests!
When submitting an issue, we ask that you please include a complete test function that demonstrates the issue.
This project is licensed under the terms of the MIT license.
FAQs
Unknown package
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.