Skip to content

Commit f53cd9c

Browse files
committed
Fix typo
1 parent 1d7af44 commit f53cd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (!is_website_url($url)) {
4444

4545
```bash
4646
# Attacker.
47-
$ curl https://www.example.com/upload_photo.php --data "photo=@/etc/password"
47+
$ curl https://www.example.com/upload_photo.php --data "photo=@/etc/passwd"
4848
```
4949

5050
```php

0 commit comments

Comments
 (0)