Skip to content

Commit 5e40f4c

Browse files
authored
Merge branch 'main' into docs/adressing_vulnerabilities
2 parents 932994b + 30d6be1 commit 5e40f4c

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

doc/source/how-to/vulnerabilities.rst

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,23 +92,22 @@ Here is an example of a ``SECURITY.md`` file:
9292

9393
.. code-block:: markdown
9494
95-
## Reporting a vulnerability
95+
## Reporting a vulnerability
9696
97-
> [!CAUTION]
98-
> Do not use GitHub issues to report any security vulnerabilities.
97+
> [!CAUTION]
98+
> Do not use GitHub issues to report any security vulnerabilities.
9999
100-
If you detect a vulnerability, contact the [PyAnsys Core team](mailto:[email protected]),
101-
mentioning the repository and the details of your finding. The team will address it as soon as
102-
possible.
100+
101+
If you detect a vulnerability, contact the [PyAnsys Core team](mailto:[email protected]),
102+
mentioning the repository and the details of your finding. The team will address it as soon as possible.
103103
104104
Provide the PyAnsys Core team with this information:
105105
106-
- Any specific configuration settings needed to reproduce the problem
107-
- Step-by-step guidance to reproduce the problem
108-
- The exact location of the problematic source code, including tag, branch, commit, or a direct
109-
URL
110-
- The potential consequences of the vulnerability, along with a description of how an attacker
111-
could take advantage of the issue
106+
- Any specific configuration settings needed to reproduce the problem
107+
- Step-by-step guidance to reproduce the problem
108+
- The exact location of the problematic source code, including tag, branch, commit, or a direct URL
109+
- The potential consequences of the vulnerability, along with a description of how an attacker could take
110+
advantage of the issue
112111
113112
Vulnerability disclosure
114113
------------------------

0 commit comments

Comments
 (0)