This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 2beebae3 PDFBOX-5300: clarify our security model
2beebae3 is described below
commit 2beebae3657d1af261970d52796af0be582b2513
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Aug 2 14:11:02 2026 +0200
PDFBOX-5300: clarify our security model
---
content/security.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/security.md b/content/security.md
index 9a0c61dc..d412690a 100644
--- a/content/security.md
+++ b/content/security.md
@@ -27,7 +27,7 @@ title: Security
Processing untrusted PDFs is only supported to a point: malformed PDFs
will not cause remote code execution or other privilege escalation
problems. However, processing them may cause unchecked exceptions
-such as `StackOverflowError` or `NullPointerException`, or even use
+such as `StackOverflowError` or `NullPointerException`, infinite loops, or
even use
unexpected amounts of memory or cpu usage, including exhaustion of these.
## Reporting security issues