
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
github.com/victorsteven/forum-app-go-backend
This is a forum API built with Golang
[Technologies · · Installations · · Tests · Author
https://github.com/victorsteven/Forum-App-Go-Backend.git
Ensure that you have your .env set up and have created your database
$ DB_HOST=127.0.0.1
In the root directory, run the command
$ go run main.go
http://localhost:8080
as base url for endpointsDocker is the default setting for this project
$ DB_HOST=forum-postgres
Create a Dockerfile file in the root directory
Copy the content of the file: example.Dockerfile.prod (for production only)
Create a docker-compose.yml file in the root directory
Copy the content of the file: example.docker-compose.prod.yml (for production only)
In the root directory, run the command:
$ docker-compose up --build
http://localhost:8888
as base url for endpointsNavigate to the tests directory and run
$ go test -v ./...
If you have set up the Dockerfile.test and the docker-compose.test.yml files above, from the root directory of the app.
$ docker-compose -f docker-compose.test.yml up --build
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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.