Skip to content

Commit 5cd1df8

Browse files
committed
Clean up
1 parent 7b7b84e commit 5cd1df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
```bash
77
# Attacker.
88
$ curl https://www.example.com/display_webpage.php?url=file%3A%2F%2F%2Fetc%2Fpasswd
9-
``
9+
```
1010

1111
```php
1212
// display_webpage.php
@@ -39,7 +39,7 @@ if (!is_website_url($url)) {
3939
```bash
4040
# Attacker.
4141
$ curl https://www.example.com/upload_photo.php --data "photo=@/etc/password"
42-
``
42+
```
4343

4444
```php
4545
// upload_photo.php

0 commit comments

Comments
 (0)