-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
82 lines (82 loc) · 2.51 KB
/
_quarto.yml
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
project:
type: book
output-dir: docs
book:
title: OWASP Machine Learning Security Top 10 - Draft release v0.3
# subtitle: "Draft release v0.3"
output-file: OWASP Machine Learning Security Top 10
site-url: https://mltop10.info
favicon: favicon.png
cover-image: cover.png
search: true
repo-url: https://github.com/OWASP/www-project-machine-learning-security-top-10
repo-subdir: docs/
repo-branch: master
# issue-url: "https://github.com/OWASP/www-project-machine-learning-security-top-10/issues/new?assignees=shsingh&labels=issues/general,issues/triage&projects=&template=feedback-report.yaml&title=[FEEDBACK]:+Website"
repo-actions: [edit, issue]
downloads: [pdf]
reader-mode: true
open-graph: true
twitter-card:
creator: "@OWASP"
image: cover.png
navbar:
title: OWASP Machine Learning Security Top 10 (2023 edition) - Draft release v0.3
logo: favicon.png
pinned: true
chapters:
- index.md
- notice.md
- about_owasp.md
- part: Top 10 2023 List
chapters:
- ML01_2023-Input_Manipulation_Attack.md
- ML02_2023-Data_Poisoning_Attack.md
- ML03_2023-Model_Inversion_Attack.md
- ML04_2023-Membership_Inference_Attack.md
- ML05_2023-Model_Theft.md
- ML06_2023-AI_Supply_Chain_Attacks.md
- ML07_2023-Transfer_Learning_Attack.md
- ML08_2023-Model_Skewing.md
- ML09_2023-Output_Integrity_Attack.md
- ML10_2023-Model_Poisoning.md
appendices: [acknowledgements.md, glossary.md]
format:
html:
theme:
light: cosmo
# dark: cyborg
toc: true
toc-title: Page Contents
number-sections: false
anchor-sections: true
# embed-resources: true
smooth-scroll: true
# link-external-icon: true
link-external-newwindow: true
citations-hover: true
footnotes-hover: true
comments:
giscus:
repo: OWASP/www-project-machine-learning-security-top-10
category: Machine Learning Security Topics
# category-id: DIC_kwDODGfvrc4CYsJC
reactions-enabled: true
# loading: lazy
input-position: top
# theme: "https://raw.githubusercontent.com/quarto-dev/quarto-cli/main/src/resources/formats/html/bootstrap/themes/cosmo.scss"
pdf:
documentclass: report
# classoptions: twocolumn
# toc: false
papersize: a4
page-layout: full
number-sections: false
geometry:
- top=20mm
- left=10mm
- right=10mm
- heightrounded
# pdf-engine: prince
epub:
cover-image: cover.png