
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
github.com/ddvalim/go-qr-code-generator
Advanced tools
API escrita em Go que gera imagens QR Code baseado nas entradas do usuário.
Antes de começar, você vai precisar ter instalado em sua máquina a linguagem Go. As instruções estão disponíveis neste link. Você pode verificar a instalação digitando o comando:
which go
Em seu terminal. A resposta deverá ser o path onde o compilador se encontra.
Também será necessário ter instalado o sistema de controle de versões Git. As instruções de instalação estão neste link
git clone git@github.com:ddvalim/go-qr-code-generator.git
go get ./...
Para executar o servidor:
go run main.go
A API estará executando na porta 8080.
curl --request GET \
--url http://localhost:8080/qrcode \
--header 'Content-Type: application/json' \
--data '{
"content": "hello, world!",
"image_size": 256,
"version_number": 1,
"level": 1
}'
Este projeto foi desenvolvido por Diovana Rodrigues Valim, bacharela em Sistemas de Informação pela Universidade Federal de Santa Catarina & Engenheira de Software no Mercado Livre.
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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.