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 | 31 |
Tags
- dxt
- asset database_androidlib
- jenkins_owasp
- owasp_dependency_check
- unrealbuildcommand
- unreal_binaryselection
- Unity2022
- ChatGPT
- unreal_android_빌드옵션
- sourcetree_authencicationfailed
- unity package_androidlib
- apkipa업로드저장소
- jenkins_role관리_플러그인
- jenkins_sudo
- xcode-select_jeknins
- jenkins_계정삭제
- sourcetree_accessdenied
- molocon24내용정리
- molocon24후기
- unrealbuildshellscript
- cookcontent
- unreal_flavorselection
- owasp_depdendency_check_shell
- molocon24
- python_distutils_module_missing
- python3.12.4
- appcenter대체
- xcode_targeting
- etc2
- unreal_contentmanagement
Archives
- Today
- Total
mystic-agit 개발 블로그
[Mac] OWASP Dependency Check 취약점 검사 라이브러리 사용 본문
OWASP Dependency Check에 대한 선행글 확인하기
OWASP Dependency Check 검사를 라이브러리 프로젝트를 다운받아 sh 명령으로 진행할 수 있다.
// 검사 명령 호출 양식
./dependency-check.sh --project "{리포트_프로젝트_이름}" --scan "{검사할_프로젝트_경로}" --format {output양식}
// exmple
./dependency-check.sh --project "mystic_agit_Android_Project" --scan "/Users/mystic-agit/HelloWorld/" --format HTML
명령 수행 시 라이브러리 폴더 내에 원격저장소를 통해 검사와 관련된 파일을 다운로드 받고, 내가 타겟팅한 프로젝트를 검사한 뒤 리포트가 생성된다.
'Mac > Utiility' 카테고리의 다른 글
[Shell Script] Mac에서 환경변수 값을 동적으로 변경하여 사용하기 (0) | 2024.09.12 |
---|---|
[Python3] Python 3.12.4 에서 distutils module 찾지 못하는 이슈 (0) | 2024.06.26 |
[SourceTree] Access denied, fatal: Authentication failed 에러 발생 시 (0) | 2024.04.30 |
[Mac] Crontab 을 사용한 Jenkins restart 주기 반복 호출 (1) | 2024.04.19 |
M1 맥북에서 키 맵핑 변경 (Mac 및 Windows 키보드) (0) | 2023.03.21 |
Comments