Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 277 Bytes

File metadata and controls

23 lines (19 loc) · 277 Bytes

vulnerability-verification-go-gorm

Gormの脆弱性検証

Required

  • Golang 1.17.x
  • Docker
  • docker-compose

How to Try

  • setup database
docker-compose up -d
  • go modules download
go mod download
  • run main.go
go run main.go