
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
github.com/chawinnewviyawong/session_management
Advanced tools
#sample go api server use
go get github.com/gin-contrib/cors github.com/gin-gonic/gin github.com/go-redis/redis
golang version 1.10.X ^ run command to terminal
go run server.go redis.go sessionmgmt.go logger.go
Example for run time
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] GET / --> main.(*operation).FirstPage-fm (5 handlers)
[GIN-debug] POST /login --> main.(*operation).Login-fm (5 handlers)
[GIN-debug] POST /getAllCars --> main.(*operation).GetAllCars-fm (5 handlers)
[GIN-debug] Listening and serving HTTP on 0.0.0.0:3000
INFO 2019-08-27T16:41:56+07:00 |Start API Server 0.0.0.0:3000| "actor":"" "component":"GO_API_SERVER" "function":"setupRouter" "uuid":""
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
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.