-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
120 lines (110 loc) · 3.17 KB
/
Copy pathmkdocs.yml
File metadata and controls
120 lines (110 loc) · 3.17 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
site_name: Security Framework
site_url: https://zer0-kr.github.io/security-framework/
site_description: 글로벌 정보보호 프레임워크 한국어 레퍼런스
site_author: zer0-kr
repo_name: zer0-kr/security-framework
repo_url: https://github.com/zer0-kr/security-framework
copyright: >-
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> |
이 프로젝트는 NIST/OWASP 공식 자료가 아닌 비공식 학습 자료입니다
theme:
name: material
language: ko
custom_dir: overrides
palette:
- scheme: default
primary: indigo
accent: teal
toggle:
icon: material/brightness-7
name: 다크 모드로 전환
- scheme: slate
primary: indigo
accent: teal
toggle:
icon: material/brightness-4
name: 라이트 모드로 전환
font:
text: Noto Sans KR
code: Roboto Mono
icon:
logo: material/shield-lock
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.path
- navigation.top
- navigation.footer
- navigation.tracking
- search.highlight
- search.suggest
- search.share
- content.code.copy
- toc.follow
hooks:
- hooks/details_markdown.py
plugins:
- search:
lang:
- ko
- en
markdown_extensions:
- tables
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/zer0-kr/security-framework
extra_css:
- stylesheets/extra.css
nav:
- 홈: index.md
- NIST:
- 개요: NIST/README.md
- 프레임워크:
- CSF 2.0: NIST/CSF-2.0/README.md
- PF 1.0: NIST/PF-1.0/README.md
- 컨트롤:
- SP 800-37: NIST/SP800-37/README.md
- SP 800-53: NIST/SP800-53/README.md
- SP 800-53A: NIST/SP800-53/assessment.md
- SP 800-53B LOW: NIST/SP800-53/low.md
- SP 800-53B MODERATE: NIST/SP800-53/moderate.md
- SP 800-53B HIGH: NIST/SP800-53/high.md
- 가이드라인 목록:
- SP 800 시리즈: NIST/SP800/README.md
- SP 1800 시리즈: NIST/SP1800/README.md
- 자동화 도구:
- 도구 및 데이터 소스: NIST/tools.md
- OWASP:
- 개요: OWASP/README.md
- 위험 식별:
- Top 10 (2025): OWASP/Top10-2025/README.md
- Top 10 전체 목록: OWASP/top10-catalog.md
- 보안 검증:
- ASVS v5.0: OWASP/ASVS/README.md
- WSTG v4.2: OWASP/WSTG/README.md
- 프로젝트:
- 목록: OWASP/projects.md
- 자동화 도구:
- 도구 및 MCP 서버: OWASP/tools.md