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 91cd2e25 PDFBOX-5300: link to security guidance
91cd2e25 is described below
commit 91cd2e2551e41cfe1792d9fdcb39f8b5b017a3fa
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Aug 4 16:27:33 2026 +0200
PDFBOX-5300: link to security guidance
---
content/security.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content/security.md b/content/security.md
index d412690a..50c15506 100644
--- a/content/security.md
+++ b/content/security.md
@@ -29,6 +29,8 @@ will not cause remote code execution or other privilege
escalation
problems. However, processing them may cause unchecked exceptions
such as `StackOverflowError` or `NullPointerException`, infinite loops, or
even use
unexpected amounts of memory or cpu usage, including exhaustion of these.
+See also our [Security Scan
Guidance](https://github.com/apache/pdfbox/security/policy)
+for security scanners and vulnerability researchers.
## Reporting security issues