You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2018/08/14 08:09:41 UTC

[1/2] pdfbox-docs git commit: PDFBOX-3330: update to javadoc 2.0.11

Repository: pdfbox-docs
Updated Branches:
  refs/heads/master 4582ebd1c -> 38e2fdb86


PDFBOX-3330: update to javadoc 2.0.11


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/ad7cf666
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/ad7cf666
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/ad7cf666

Branch: refs/heads/master
Commit: ad7cf666e2f8e46ab66b24e334eafb04dd3a279e
Parents: 4582ebd
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Tue Aug 14 10:01:43 2018 +0200
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Tue Aug 14 10:01:43 2018 +0200

----------------------------------------------------------------------
 content/.htaccess                   | 2 +-
 content/_layouts/default.html       | 2 +-
 content/_layouts/documentation.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/ad7cf666/content/.htaccess
----------------------------------------------------------------------
diff --git a/content/.htaccess b/content/.htaccess
index 88ec74b..2a7e1e7 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1,7 +1,7 @@
 RewriteEngine On
 RewriteCond %{HTTPS} off
 RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
-RewriteRule ^apidocs(/?)$ /docs/2.0.8/javadocs [R=301,L]
+RewriteRule ^apidocs(/?)$ /docs/2.0.11/javadocs [R=301,L]
 RewriteRule ^commandlineutilities(/?)(.*)$ /2.0/commandline [R=301,L]
 RewriteRule ^downloads\.html$ /download.cgi
 RewriteRule ^downloads\.cgi$ /download.cgi

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/ad7cf666/content/_layouts/default.html
----------------------------------------------------------------------
diff --git a/content/_layouts/default.html b/content/_layouts/default.html
index 65e0cb9..057a575 100644
--- a/content/_layouts/default.html
+++ b/content/_layouts/default.html
@@ -58,7 +58,7 @@
                             </li>
                             <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
                             <li><a href="/2.0/faq.html">FAQ</a></li>
-                            <li><a href="/docs/2.0.8/javadocs/">API Docs</a></li>
+                            <li><a href="/docs/2.0.11/javadocs/">API Docs</a></li>
                         </ul>
                     </li>
                     <li class="sidebar-node" id="v1-8">

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/ad7cf666/content/_layouts/documentation.html
----------------------------------------------------------------------
diff --git a/content/_layouts/documentation.html b/content/_layouts/documentation.html
index c65c420..dd08f14 100644
--- a/content/_layouts/documentation.html
+++ b/content/_layouts/documentation.html
@@ -47,7 +47,7 @@
 
         <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
         <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.8/javadocs/">API Docs</a></li>
+        <li><a href="/docs/2.0.11/javadocs/">API Docs</a></li>
       </ul>
     </nav>
     <section>


[2/2] pdfbox-docs git commit: PDFBOX-3330: escape value in yaml title variable to be able to parse with later more strict yaml parsers

Posted by ms...@apache.org.
PDFBOX-3330: escape value in yaml title variable to be able to parse with later more strict yaml parsers


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/38e2fdb8
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/38e2fdb8
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/38e2fdb8

Branch: refs/heads/master
Commit: 38e2fdb8650caf72e605fef9e8979c5fe1f0ff91
Parents: ad7cf66
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Tue Aug 14 10:03:19 2018 +0200
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Tue Aug 14 10:03:19 2018 +0200

----------------------------------------------------------------------
 content/_posts/2018-06-30-CVE-2018-8036.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/38e2fdb8/content/_posts/2018-06-30-CVE-2018-8036.md
----------------------------------------------------------------------
diff --git a/content/_posts/2018-06-30-CVE-2018-8036.md b/content/_posts/2018-06-30-CVE-2018-8036.md
index 6afc32a..1e71476 100644
--- a/content/_posts/2018-06-30-CVE-2018-8036.md
+++ b/content/_posts/2018-06-30-CVE-2018-8036.md
@@ -15,10 +15,9 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          KIND, either express or implied.  See the License for the
          specific language governing permissions and limitations
          under the License.
-         
 layout:  default
-title:   [CVE-2018-8036] DoS (OOM) Vulnerability in Apache PDFBox's AFMParser
-date: "2018-06-30 00:00:00 +0000"
+title:   "[CVE-2018-8036] DoS (OOM) Vulnerability in Apache PDFBox's AFMParser"
+date:  "2018-06-30 00:00:00 +0000"
 categories: [news]
 ---
 
@@ -28,4 +27,4 @@ Due to a DoS (OOM) Vulnerability in AFMParser we strongly recommend to update to
 Apache PDFBox 1.8.0 to 1.8.14 and 2.0.0RC1 to 2.0.10. Earlier, unsupported versions may be affected as well.
 
 **Mitigation:**
-Upgrade to Apache PDFBox 1.8.15 respectively 2.0.11 
+Upgrade to Apache PDFBox 1.8.15 respectively 2.0.11