Skip to content

Commit ae70947

Browse files
Security Policy: Fix two typos (#1813)
1 parent 58019a5 commit ae70947

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

security/policy.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ to report a bug as a vulnerability.
2424

2525
Vulnerabilities must be exploitable from code, configurations,
2626
pre-conditions, or deployments that may exist in the real world.
27-
A vulnerability that only affecting code
28-
unlikely to be used in a production program
29-
will not be accepted.
27+
A vulnerability that only affects code unlikely to be used
28+
in a production program will not be accepted.
3029

3130
Documented functionality is not considered a vulnerability.
3231
For example, :mod:`pickle`, :mod:`marshal`, :mod:`shelve`, :func:`eval`,
@@ -133,7 +132,7 @@ Here's what to expect for how a vulnerability report will be handled:
133132

134133
* Reporter reports the vulnerability privately to the PSRT.
135134
* If the PSRT determines the report isn't a vulnerability, the reporter
136-
may open a public issue.
135+
may open a public issue.
137136
* If the PSRT determines the report is a vulnerability, the PSRT will
138137
accept the report and a CVE ID will be assigned by the PSF CNA.
139138
* Once a public pull request containing a fix is merged to CPython,

0 commit comments

Comments
 (0)