This is an automated email from the ASF dual-hosted git repository.

tilman 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 5c516392 PDFBOX-5300: clarify our security model
5c516392 is described below

commit 5c5163927a514ff33172f72b0e02ee5ab42d1991
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jan 26 12:36:03 2026 +0100

    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 5a80a851..472c6c18 100644
--- a/content/security.md
+++ b/content/security.md
@@ -28,7 +28,7 @@ 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 they may cause unchecked exceptions
 such as `StackOverflowException` or `NullPointerException`, or even use
-unexpected amounts of memory.
+unexpected amounts of memory or cpu usage, including exhaustion of these.
 
 ## Reporting security issues
 

Reply via email to