Skip to content

Commit e64359d

Browse files
Update README.md
1 parent 947e404 commit e64359d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ MPL license only.
8888
- [Tutorial](https://github.com/LibrePDF/OpenPDF/wiki/Tutorial) (wiki, work in progress)
8989
- [Migration from iText, TIFF support](https://github.com/LibrePDF/OpenPDF/wiki/Migrating-from-iText-2-and-4)
9090

91+
## Security Notice
92+
93+
It is the responsibility of the application developer to ensure that all input passed into OpenPDF is trusted,
94+
sanitized, and safe.
95+
OpenPDF does not perform input validation or enforce sandboxing. For important security guidelines and common risks,
96+
please read our [Security Policy](Security.md).
97+
9198
## Background
9299

93100
OpenPDF is open source software with a LGPL and MPL license. It is a fork of iText version 4, more
@@ -107,13 +114,6 @@ OpenPDF ancestors in GitHub (in fork order):
107114
4. [@ymasory](https://github.com/ymasory) / [iText-4.2.0](https://github.com/ymasory/iText-4.2.0) -
108115
original parent on GitHub
109116

110-
## Security Notice
111-
112-
It is the responsibility of the application developer to ensure that all input passed into OpenPDF is trusted,
113-
sanitized, and safe.
114-
OpenPDF does not perform input validation or enforce sandboxing. For important security guidelines and common risks,
115-
please read our [Security Policy](Security.md).
116-
117117
## Android
118118

119119
OpenPDF can be used with Android, more info

0 commit comments

Comments
 (0)