[Name of affected Product]
- gnuboard 6
[Affected version]
- b9b6bb7, 6.0.7
[Vulnerability Type]
- CORS Misconfiguration (CWE-942)
[Root Cause]
[Name of affected Product]
[Affected version]
[Vulnerability Type]
[Root Cause]
만약 amethyst를 사용하려다가 '"lib.exe" did not execute successfully (status code exit code: 1181).' 이런 오류를 보면 toolchain을 stable-i686-pc-windows-msvc로 바꾸시고(rustup default stable-i686-pc-windows-msvc) 그리고 만약 rust 64bit로 설치하셨으면 지우시고 rust 32bit(+VS BUILD TOOLS 설치)로 설치하세요.
go mod init github.com/{github-username}/{project-name} | |
go get -u github.com/gin-gonic/gin | |
go mod vendor |