반응형
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
- 도커
- react
- react 기초
- next.js tailwindcss
- Python
- mysql error
- react tailwindcss
- mysql 삭제
- next.js css framework
- Docker ubuntu
- 리액트 tailwind css
- mysql fix install
- mysql broken install
- Docker
- mysql
- mysql 재설치 명령어
- 리눅스
- 리액트 문법
- next.js tailwind css
- PHP
- 안드로이드
- Android
- mysql uninstall
- 리액트
- 리액트 tailwindcss
- react tailwind css
- react typescript
- javascript
- mysql purge
- mysql 재설치
Archives
- Today
- Total
Developer_hong
OWASP 본문
반응형
OWASP(The Open Web Application Security Project)는 오픈소스 웹 애플리케이션 보안 프로젝트이다.
주로 웹에 관한 정보노출, 악성 파일 및 스크립트, 보안 취약점 등을 연구하며, 10대 웹 애플리케이션의 취약점 (OWASP TOP 10)을 발표했다.
OWASP TOP 10은 웹 애플리케이션 취약점 중에서 빈도가 많이 발생하고, 보안상 영향을 크게 줄 수 있는 것들 10가지를 선정하여 2004년, 2007년, 2010년, 2013년, 2017년을 기준으로 발표되었고, 문서가 공개되었다.
- 출처 : https://ko.wikipedia.org/wiki/OWASP
01. Injection.
02. Broken Authentication.
03. Sensitive Data Exposure.
04. XML External Entities (XXE).
05. Broken Access Control.
06. Security Misconfiguration.
07. Cross-Site Scripting XSS.
08. Insecure Deserialization.
09. Using Components with Known Vulnerabilities.
10. Insufficient Logging & Monitoring.
- 출처 : owasp.org/www-project-top-ten/
ps. 보안에 대해서도 알아야할 필요성을 느끼고 , 해당 작업에 대한 레퍼런스 또는 코드들을 리뷰해볼 예정
반응형