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

lehmi pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0cf016d9 Site checkin for project Apache PDFBox Website
0cf016d9 is described below

commit 0cf016d97f2478cde397dd3ead974a81428a28c8
Author: Andreas Lehmkühler <andr...@lehmi.de>
AuthorDate: Thu May 18 17:17:50 2023 +0200

    Site checkin for project Apache PDFBox Website
---
 content/1.8/architecture.html                    | 16 ++++++-------
 content/1.8/commandline.html                     | 16 ++++++-------
 content/1.8/cookbook/documentcreation.html       |  2 +-
 content/1.8/cookbook/encryption.html             |  2 +-
 content/1.8/cookbook/fill-form-field.html        |  2 +-
 content/1.8/cookbook/pdfacreation.html           |  2 +-
 content/1.8/cookbook/pdfavalidation.html         |  2 +-
 content/1.8/cookbook/rendering.html              |  2 +-
 content/1.8/cookbook/textextraction.html         |  2 +-
 content/1.8/cookbook/workingwithattachments.html |  2 +-
 content/1.8/cookbook/workingwithfonts.html       |  2 +-
 content/1.8/cookbook/workingwithmetadata.html    |  2 +-
 content/1.8/dependencies.html                    | 16 ++++++-------
 content/1.8/faq.html                             | 16 ++++++-------
 content/blog/index.html                          |  2 +-
 content/building.html                            |  2 +-
 content/codingconventions.html                   |  2 +-
 content/download.html                            |  2 +-
 content/errors/403.html                          |  2 +-
 content/errors/404.html                          |  2 +-
 content/ideas.html                               |  2 +-
 content/index.html                               |  2 +-
 content/mailinglists.html                        |  2 +-
 content/references.html                          |  2 +-
 content/{errors/403.html => security.html}       | 29 +++++++++++++++++-------
 content/siteupdate.html                          |  2 +-
 content/support.html                             |  2 +-
 content/team.html                                |  2 +-
 28 files changed, 76 insertions(+), 63 deletions(-)

diff --git a/content/1.8/architecture.html b/content/1.8/architecture.html
index 65b85d81..816243db 100644
--- a/content/1.8/architecture.html
+++ b/content/1.8/architecture.html
@@ -108,26 +108,26 @@
                     <a href="/1.8/cookbook/fill-form-field.html" >
                       Fill a Form Field
                     </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfacreation.html" >
+                      PDF/A Creation
+                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/pdfavalidation.html" >
                       PDF/A Validation
                     </a>  
                   </li><li>
-                    <a href="/1.8/cookbook/textextraction.html" >
-                      Text Extraction
+                    <a href="/1.8/cookbook/rendering.html" >
+                      Document Rendering
                     </a>  
                   </li><li>
-                    <a href="/1.8/cookbook/pdfacreation.html" >
-                      PDF/A Creation
+                    <a href="/1.8/cookbook/textextraction.html" >
+                      Text Extraction
                     </a>  
                   </li><li>
                     <a href="/1.8/cookbook/workingwithattachments.html" >
                       Working with Attachments
                     </a>  
-                  </li><li>
-                    <a href="/1.8/cookbook/rendering.html" >
-                      Document Rendering
-                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/workingwithfonts.html" >
                       Working with Fonts
diff --git a/content/1.8/commandline.html b/content/1.8/commandline.html
index 443b31be..3e0ef799 100644
--- a/content/1.8/commandline.html
+++ b/content/1.8/commandline.html
@@ -108,26 +108,26 @@
                     <a href="/1.8/cookbook/fill-form-field.html" >
                       Fill a Form Field
                     </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfacreation.html" >
+                      PDF/A Creation
+                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/pdfavalidation.html" >
                       PDF/A Validation
                     </a>  
                   </li><li>
-                    <a href="/1.8/cookbook/textextraction.html" >
-                      Text Extraction
+                    <a href="/1.8/cookbook/rendering.html" >
+                      Document Rendering
                     </a>  
                   </li><li>
-                    <a href="/1.8/cookbook/pdfacreation.html" >
-                      PDF/A Creation
+                    <a href="/1.8/cookbook/textextraction.html" >
+                      Text Extraction
                     </a>  
                   </li><li>
                     <a href="/1.8/cookbook/workingwithattachments.html" >
                       Working with Attachments
                     </a>  
-                  </li><li>
-                    <a href="/1.8/cookbook/rendering.html" >
-                      Document Rendering
-                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/workingwithfonts.html" >
                       Working with Fonts
diff --git a/content/1.8/cookbook/documentcreation.html 
b/content/1.8/cookbook/documentcreation.html
index 5fb0e1cf..46a22c9a 100644
--- a/content/1.8/cookbook/documentcreation.html
+++ b/content/1.8/cookbook/documentcreation.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/1.8/cookbook/encryption.html 
b/content/1.8/cookbook/encryption.html
index 92e91d8a..13397d7d 100644
--- a/content/1.8/cookbook/encryption.html
+++ b/content/1.8/cookbook/encryption.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/1.8/cookbook/fill-form-field.html 
b/content/1.8/cookbook/fill-form-field.html
index 837852fa..eddb1e08 100644
--- a/content/1.8/cookbook/fill-form-field.html
+++ b/content/1.8/cookbook/fill-form-field.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/1.8/cookbook/pdfacreation.html 
b/content/1.8/cookbook/pdfacreation.html
index c3dbe074..4fdc496b 100644
--- a/content/1.8/cookbook/pdfacreation.html
+++ b/content/1.8/cookbook/pdfacreation.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/1.8/cookbook/pdfavalidation.html 
b/content/1.8/cookbook/pdfavalidation.html
index f9c77c9f..84a921db 100644
--- a/content/1.8/cookbook/pdfavalidation.html
+++ b/content/1.8/cookbook/pdfavalidation.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/1.8/cookbook/rendering.html 
b/content/1.8/cookbook/rendering.html
index 84724eaf..4da6f9df 100644
--- a/content/1.8/cookbook/rendering.html
+++ b/content/1.8/cookbook/rendering.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/1.8/cookbook/textextraction.html 
b/content/1.8/cookbook/textextraction.html
index cb84ca13..696943af 100644
--- a/content/1.8/cookbook/textextraction.html
+++ b/content/1.8/cookbook/textextraction.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/1.8/cookbook/workingwithattachments.html 
b/content/1.8/cookbook/workingwithattachments.html
index a8a0c5f0..3c795464 100644
--- a/content/1.8/cookbook/workingwithattachments.html
+++ b/content/1.8/cookbook/workingwithattachments.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/1.8/cookbook/workingwithfonts.html 
b/content/1.8/cookbook/workingwithfonts.html
index ec00ef60..9d4a363e 100644
--- a/content/1.8/cookbook/workingwithfonts.html
+++ b/content/1.8/cookbook/workingwithfonts.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/1.8/cookbook/workingwithmetadata.html 
b/content/1.8/cookbook/workingwithmetadata.html
index e8f3150c..d3c034f5 100644
--- a/content/1.8/cookbook/workingwithmetadata.html
+++ b/content/1.8/cookbook/workingwithmetadata.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/1.8/dependencies.html b/content/1.8/dependencies.html
index e26e7a6a..3189fa25 100644
--- a/content/1.8/dependencies.html
+++ b/content/1.8/dependencies.html
@@ -108,26 +108,26 @@
                     <a href="/1.8/cookbook/fill-form-field.html" >
                       Fill a Form Field
                     </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfacreation.html" >
+                      PDF/A Creation
+                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/pdfavalidation.html" >
                       PDF/A Validation
                     </a>  
                   </li><li>
-                    <a href="/1.8/cookbook/textextraction.html" >
-                      Text Extraction
+                    <a href="/1.8/cookbook/rendering.html" >
+                      Document Rendering
                     </a>  
                   </li><li>
-                    <a href="/1.8/cookbook/pdfacreation.html" >
-                      PDF/A Creation
+                    <a href="/1.8/cookbook/textextraction.html" >
+                      Text Extraction
                     </a>  
                   </li><li>
                     <a href="/1.8/cookbook/workingwithattachments.html" >
                       Working with Attachments
                     </a>  
-                  </li><li>
-                    <a href="/1.8/cookbook/rendering.html" >
-                      Document Rendering
-                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/workingwithfonts.html" >
                       Working with Fonts
diff --git a/content/1.8/faq.html b/content/1.8/faq.html
index 32629c33..80fe4952 100644
--- a/content/1.8/faq.html
+++ b/content/1.8/faq.html
@@ -108,26 +108,26 @@
                     <a href="/1.8/cookbook/fill-form-field.html" >
                       Fill a Form Field
                     </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfacreation.html" >
+                      PDF/A Creation
+                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/pdfavalidation.html" >
                       PDF/A Validation
                     </a>  
                   </li><li>
-                    <a href="/1.8/cookbook/textextraction.html" >
-                      Text Extraction
+                    <a href="/1.8/cookbook/rendering.html" >
+                      Document Rendering
                     </a>  
                   </li><li>
-                    <a href="/1.8/cookbook/pdfacreation.html" >
-                      PDF/A Creation
+                    <a href="/1.8/cookbook/textextraction.html" >
+                      Text Extraction
                     </a>  
                   </li><li>
                     <a href="/1.8/cookbook/workingwithattachments.html" >
                       Working with Attachments
                     </a>  
-                  </li><li>
-                    <a href="/1.8/cookbook/rendering.html" >
-                      Document Rendering
-                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/workingwithfonts.html" >
                       Working with Fonts
diff --git a/content/blog/index.html b/content/blog/index.html
index 164c1d67..cd1c98dd 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/building.html b/content/building.html
index 26192f39..d5adb90b 100644
--- a/content/building.html
+++ b/content/building.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/codingconventions.html b/content/codingconventions.html
index a788773b..a12645f3 100644
--- a/content/codingconventions.html
+++ b/content/codingconventions.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/download.html b/content/download.html
index c0abf15d..26eb0a50 100644
--- a/content/download.html
+++ b/content/download.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/errors/403.html b/content/errors/403.html
index cf4024d2..84a3788a 100644
--- a/content/errors/403.html
+++ b/content/errors/403.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/errors/404.html b/content/errors/404.html
index 8116e353..00588b1c 100644
--- a/content/errors/404.html
+++ b/content/errors/404.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/ideas.html b/content/ideas.html
index 52d06d76..6745960b 100644
--- a/content/ideas.html
+++ b/content/ideas.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/index.html b/content/index.html
index 3642a3e6..a76c7061 100644
--- a/content/index.html
+++ b/content/index.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/mailinglists.html b/content/mailinglists.html
index 5d94b8a6..b65ee97c 100644
--- a/content/mailinglists.html
+++ b/content/mailinglists.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/references.html b/content/references.html
index e10424e2..b9d953d1 100644
--- a/content/references.html
+++ b/content/references.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/errors/403.html b/content/security.html
similarity index 87%
copy from content/errors/403.html
copy to content/security.html
index cf4024d2..37c73595 100644
--- a/content/errors/403.html
+++ b/content/security.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open 
source Java tool for working with PDF documents. This project allows creation 
of new PDF documents, manipulation of existing documents and the ability to 
extract content from documents. Apache PDFBox also includes several 
command-line utilities. Apache PDFBox is published under the Apache License 
v2.0.">
 
-    <title>Apache PDFBox |  Forbidden (403)</title>
+    <title>Apache PDFBox |  Security</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
@@ -168,14 +168,27 @@
                <a  
href="https://www.apache.org/events/current-event.html";><img 
src="https://www.apache.org/events/current-event-125x125.png"; alt="Apache 
events"></a>
             </div>
             <div class="col-xs-12 col-sm-9">
-                <h1 id="403" tabindex="-1">403</h1>
-<p>We're sorry, but the page you requested cannot be accessed.</p>
-<p>Maybe you</p>
+                <h1 id="security" tabindex="-1">Security</h1>
+<h2 id="security-model" tabindex="-1">Security Model</h2>
+<p>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 <code>StackOverflowException</code> or 
<code>NullPointerException</code>, or even use
+unexpected amounts of memory.</p>
+<h2 id="reporting-security-issues" tabindex="-1">Reporting security issues</h2>
+<p>The Apache Software Foundation takes a very active stance in eliminating 
and disclosing security problems against its products.</p>
+<p>We strongly encourage folks to report such problems to our private security 
mailing list first, before disclosing them in a public forum.</p>
+<p>Please note that the security mailing list should only be used for 
reporting undisclosed security vulnerabilities and managing the process of 
fixing such vulnerabilities. We cannot accept regular bug reports or other 
queries at this address. All mail sent to this address that does not relate to 
an undisclosed security problem in our source code will be ignored.</p>
+<p>If you need to report a bug that isn't an undisclosed security 
vulnerability, please contact one of our <a 
href="https://pdfbox.apache.org/mailinglists.html";>mailing lists</a>.</p>
+<p>The private security mailing address is: <a 
href="mailto:secur...@apache.org";>secur...@apache.org</a>. Please send one 
plain-text email for each vulnerability you are reporting.</p>
+<p>An overview of the vulnerability handling process is:</p>
 <ul>
-<li>typed the address incorrectly</li>
-<li>followed a link from another site that pointed to this page.</li>
+<li>The reporter reports the vulnerability privately to <a 
href="secur...@apache.org">secur...@apache.org</a>.</li>
+<li>The PDFBox security team works privately with the reporter to resolve the 
vulnerability.</li>
+<li>The PDFBox project creates a new release of the package the vulnerabilty 
affects to deliver its fix.</li>
+<li>The PDFBox project publicly announces the vulnerability and describes how 
to apply the fix.</li>
 </ul>
-<p>If you came by following a broken link, please report the <a 
href="https://issues.apache.org/jira/browse/pdfbox";>issue</a>.</p>
+<p>Committers should read <a 
href="https://www.apache.org/security/committers.html";>a more detailed 
description of the process</a>. Reporters of security vulnerabilities may also 
find it useful</p>
 
             </div>
         </div>
diff --git a/content/siteupdate.html b/content/siteupdate.html
index 51b414e4..144a8305 100644
--- a/content/siteupdate.html
+++ b/content/siteupdate.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/support.html b/content/support.html
index 6a4f293b..f2c4a345 100644
--- a/content/support.html
+++ b/content/support.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>
diff --git a/content/team.html b/content/team.html
index 3932fedf..ad37b83e 100644
--- a/content/team.html
+++ b/content/team.html
@@ -158,7 +158,7 @@
 
                     <li class="sidebar-header">Apache Software Foundation</li>
                     <li><a 
href="https://www.apache.org/foundation/";>About</a></li>
-                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="/security.html">Security</a></li>
                     <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
                     <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
                 </ul>

Reply via email to