
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
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.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.