Skip to content

Commit 4d6859c

Browse files
committed
Collapsed sections, real-world applicability
1 parent 2d403e1 commit 4d6859c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

security/policy.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ the latter has been considered while determining whether
2020
to report a bug as a vulnerability.
2121

2222
Vulnerabilities must be exploitable from code, configurations,
23-
pre-conditions, or deployments that might feasibly exist in
24-
the real world. For example, a vulnerability only affecting code
23+
pre-conditions, or deployments that may in the real world.
24+
For example, a vulnerability only affecting code
2525
that does not make sense in a production program
2626
will not be accepted as a vulnerability.
2727

@@ -99,12 +99,14 @@ be formatted correctly:
9999
No PDFs, binaries, notebooks, or other files that cannot be safely reviewed.
100100
If your proof-of-concept depends on a specially constructed binary file,
101101
please include a script to construct it rather than the file itself.
102-
* Proof-of-concept scripts longer than a few lines should be wrapped
103-
with ``<detail></detail>`` for better readability.
102+
* Proof-of-concept scripts longer than a few lines should be wrapped with a
103+
`collapsed section`_ using ``<details></details>`` for better readability.
104104
* Reports that do not contain a potential security vulnerability (such as spam
105105
or requesting compliance or due-diligence work)
106106
will be discarded without a reply.
107107

108+
.. _collapsed section: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections
109+
108110
How to submit a vulnerability report?
109111
-------------------------------------
110112

0 commit comments

Comments
 (0)