Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 알고리즘
- JDBC
- Codeup
- sqli
- firewall
- OpenSource
- DVWA
- 운영체제
- 데이터통신
- github
- ubuntu
- github action
- OWASP
- SUA
- Network
- MySQL
- Database
- Python
- gosec
- virtualbox
- gotify
- juice-shop
- 백준알고리즘
- goKart
- CodeQL
- 자료구조
- Juice Shop
- C언어
- JSP
- LGTM
Archives
- Today
- Total
목록gosec (2)
비트(bit)주세요
[gotify/server] gosec으로 분석하기
보호되어 있는 글입니다.
SUA/오픈소스 보안
2021. 10. 27. 19:16

Gosec : Golang 취약점 점검 애플리케이션 https://github.com/securego/gosec GitHub - securego/gosec: Golang security checker Golang security checker. Contribute to securego/gosec development by creating an account on GitHub. github.com golang 버전 확인 go version gosec 설치법 go version go[버전] linux/amd64에 있는 버전이 1.16 이상일 경우(1.16이 가장 최신 버전인가) go install github.com/securego/gosec/v2/cmd/gosec@latest 1.16 미만일 경우 go g..
SUA/오픈소스 보안
2021. 10. 22. 17:06