@@ -92,23 +92,22 @@ Here is an example of a ``SECURITY.md`` file:
92
92
93
93
.. code-block :: markdown
94
94
95
- ## Reporting a vulnerability
95
+ ## Reporting a vulnerability
96
96
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.
99
99
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.
103
103
104
104
Provide the PyAnsys Core team with this information:
105
105
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
112
111
113
112
Vulnerability disclosure
114
113
------------------------
0 commit comments