Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwstubbs committed Aug 27, 2024
1 parent 812abea commit c60f459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
</recommendation>
<example>
<p>
The first example shows a few possible CORS misconfiguration cases:
The first example shows a possible CORS misconfiguration case:
</p>
<sample src="CorsMisconfigurationMiddlewareBad.py"/>
<p>
The second example show better configurations:
The second example shows a better configuration:
</p>
<sample src="CorsMisconfigurationMiddlewareGood.py"/>
</example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @precision high
* @id py/insecure-cors-setting
* @tags security
* external/cwe/cwe-352
* external/cwe/cwe-942
*/

import python
Expand Down

0 comments on commit c60f459

Please sign in to comment.