Skip to content

Commit 44cfbcf

Browse files
committed
Add note to the readme
1 parent 2456033 commit 44cfbcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
Useful when you need to display, store, deduplicate, sort, compare, etc, URLs.
66

7+
**Note:** This package does **not** do URL sanitization. [Garbage in, garbage out.](https://en.wikipedia.org/wiki/Garbage_in,_garbage_out) If you use this in a server context and accept URLs as user input, it's up to you to protect against invalid URLs, [path traversal attacks](https://owasp.org/www-community/attacks/Path_Traversal), etc.
8+
79
## Install
810

911
```

0 commit comments

Comments
 (0)