-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
89 lines (83 loc) · 2.81 KB
/
mkdocs.yml
File metadata and controls
89 lines (83 loc) · 2.81 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
site_name: Secure Your Ship
site_url: https://commit-issues.github.io/secure-your-ship
site_description: A field guide for securing your GitHub presence, repositories, identity, and code.
site_author: SudoChef
theme:
name: material
font:
text: Inter
code: JetBrains Mono
palette:
- scheme: slate
primary: deep purple
accent: pink
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: deep purple
accent: pink
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- The Mission: index.md
- Setup:
- Securing Your Account: setup/account.md
- SSH Keys: setup/ssh.md
- Starting a New Repository: setup/new-repo.md
- Troubleshooting & Recovery: setup/troubleshooting.md
- Hardening Your Repo:
- GitHub Settings: hardening/settings.md
- Branch Protection: hardening/rulesets.md
- Advanced Security: hardening/advanced-security.md
- Git History Auditing: hardening/history.md
- Day One Checklist: hardening/checklist.md
- Org & Enterprise Security: hardening/org-security.md
- Writing Secure Code:
- Linux & the Command Line: code/linux.md
- Vibe Coding & AI Dev: code/vibe-coding.md
- Credential Management: code/credentials.md
- Input Validation: code/input-validation.md
- Dependency Security: code/dependencies.md
- Network Security: code/network.md
- Database Security: code/database.md
- Logging & Auditing: code/logging.md
- Cron & Scheduled Tasks: code/cron.md
- Threats & Awareness:
- OSINT & Identity Leakage: threats/osint.md
- AI-Assisted Attacks: threats/ai-attacks.md
- Forking & Attribution: threats/forking.md
- Supply Chain Security: threats/supply-chain.md
- When Your Project Gets Stolen: threats/stolen.md
- Repo Visibility & Access: threats/visibility.md
- Maintenance:
- Data Freshness: maintenance/freshness.md
- Backup & Recovery: maintenance/backups.md
- Email Security: maintenance/email.md
- Security Debt: maintenance/debt.md
- Cron & Automation: maintenance/cron.md
- Dependency Intelligence: maintenance/dependencies.md
- Notifications: maintenance/notifications.md
- Now Go Build: now-go-build.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/commit-issues
- icon: fontawesome/brands/instagram
link: https://instagram.com/sudochef
copyright: "© SudoChef — @sudochef — Build like you're the target. Because you are."