GitHub CodeQL 테스트
■개요 CodeQL은 GitHub 보안기능 중 하나로 개발자가 보안 검사를 자동화하고 취약점 진단을 수행하는데 사용되는 분석엔진이다. CodeQL은 소스코드 컴파일을 모니터링하여 소스코드 내 데이터 흐름이나 변수등을 자체 DB에 저장하고, 전용 쿼리문을 통해 DB에서 원하는 결과를 도출 할 수 있다. ■관련 링크 https://codeql.github.com/docs/codeql-overview/ https://codeql.github.com/docs/codeql-language-guides/codeql-for-cpp/ https://dev.to/aws-builders/find-source-code-vulnerabilities-with-codeql-before-you-commit-2hof https://github.com/github/codeql-cli-binaries/releases ■라이선스 1. 학문적 연구 또는 개인 사용 가능 2. GitHub.com에 등재된 오픈 […]
