
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
github.com/farodriguezm/tribal-jokes-api
Este es un proyecto de practica utilizando docker y go
En este proyecto se esta usando variables de entorno, la cuales se establecen en el archivo .env
PORT
Esta variable especifica el puerto por el cual estará escuchando la aplicación
MAX_JOKES
Esta variable establece el máximo de jokes que serán retornados
Clonar el repositorio
git clone git@github.com:farodriguezm/tribal-jokes-api.git
Acceder a la directorio del proyecto
cd tribal-jokes-api
Construir imagen de docker
docker build --tag tribal-jokes-api .
Crear contenedor
docker run -d -p 8000:8000 --env-file .env --name jokes-api tribal-jokes-api
/
Retorna un mensaje de bienvenida
/ping
Retorna el mensaje "pong"
/jokes/sync
Retorna una lista de jokes de forma secuencial
/jokes/wg
Retorna una lista de jokes utilizado WaitGroups
/jokes/chanel
Retorna una lista de jokes utilizado Chanels
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.