-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
114 lines (107 loc) · 3.74 KB
/
mkdocs.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
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
# Copyright 2024 Secure Sauce LLC
# SPDX-License-Identifier: BUSL-1.1
site_name: Precli Documentation
repo_url: https://github.com/securesauce/precli/
edit_uri: blob/main/docs/
copyright: Copyright 2024 Secure Sauce LLC
theme:
name: "material"
locale: en
features:
- content.code.annotate
- content.code.copy
- content.code.select
highlightjs: true
icon:
admonition:
failure: octicons/no-entry-fill-12
repo: fontawesome/brands/github
plugins:
- mkdocstrings
- search
- macros
- git-revision-date-localized
nav:
- Home: index.md
- getting-started.md
- 'CLI Reference': man/precli.md
- Rules: rules.md
not_in_nav: |
rules/go/stdlib/crypto-weak-cipher.md
rules/go/stdlib/crypto-weak-hash.md
rules/go/stdlib/crypto-weak-key.md
rules/go/stdlib/syscall-setuid-root.md
rules/java/stdlib/java-net-insecure-cookie.md
rules/java/stdlib/java-security-weak-hash.md
rules/java/stdlib/java-security-weak-key.md
rules/java/stdlib/java-security-weak-random.md
rules/java/stdlib/javax-crypto-weak-cipher.md
rules/java/stdlib/javax-servlet-http-insecure-cookie.md
rules/python/stdlib/argparse-sensitive-info.md
rules/python/stdlib/assert.md
rules/python/stdlib/crypt-weak-hash.md
rules/python/stdlib/ftplib-cleartext.md
rules/python/stdlib/ftplib-no-timeout.md
rules/python/stdlib/ftplib-unverified-context.md
rules/python/stdlib/hashlib-improper-prng.md
rules/python/stdlib/hashlib-weak-hash.md
rules/python/stdlib/hmac-timing-attack.md
rules/python/stdlib/hmac-weak-hash.md
rules/python/stdlib/hmac-weak-key.md
rules/python/stdlib/http-server-unrestricted-bind.md
rules/python/stdlib/http-url-secret.md
rules/python/stdlib/imaplib-cleartext.md
rules/python/stdlib/imaplib-no-timeout.md
rules/python/stdlib/imaplib-unverified-context.md
rules/python/stdlib/json-load.md
rules/python/stdlib/logging-insecure-listen-config.md
rules/python/stdlib/marshal-load.md
rules/python/stdlib/nntplib-cleartext.md
rules/python/stdlib/nntplib-no-timeout.md
rules/python/stdlib/nntplib-unverified-context.md
rules/python/stdlib/os-loose-file-perm.md
rules/python/stdlib/os-setuid-root.md
rules/python/stdlib/pathlib-loose-file-perm.md
rules/python/stdlib/pickle-load.md
rules/python/stdlib/poplib-cleartext.md
rules/python/stdlib/poplib-no-timeout.md
rules/python/stdlib/poplib-unverified-context.md
rules/python/stdlib/re-denial-of-service.md
rules/python/stdlib/secrets-weak-token.md
rules/python/stdlib/shelve-open.md
rules/python/stdlib/smtplib-cleartext.md
rules/python/stdlib/smtplib-no-timeout.md
rules/python/stdlib/smtplib-unverified-context.md
rules/python/stdlib/socket-no-timeout.md
rules/python/stdlib/socket-unrestricted-bind.md
rules/python/stdlib/socketserver-unrestricted-bind.md
rules/python/stdlib/ssl-context-weak-key.md
rules/python/stdlib/ssl-create-unverified-context.md
rules/python/stdlib/ssl-insecure-tls-version.md
rules/python/stdlib/ssl-no-timeout.md
rules/python/stdlib/telnetlib-cleartext.md
rules/python/stdlib/telnetlib-no-timeout.md
rules/python/stdlib/tempfile-mktemp-race-condition.md
rules/python/stdlib/xmlrpc-server-unrestricted-bind.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js