You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by el...@apache.org on 2017/05/23 18:05:37 UTC

[1/4] incubator-trafficcontrol-website git commit: Added a stubbed out security page for future use.

Repository: incubator-trafficcontrol-website
Updated Branches:
  refs/heads/asf-site 868aab4e3 -> d32a4141e


Added a stubbed out security page for future use.

(cherry picked from commit 60d750556116e2dbfcfcd5878c652161774f702c)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/commit/bdeec355
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/bdeec355
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/bdeec355

Branch: refs/heads/asf-site
Commit: bdeec355f26fd97f4809a04c3e4b92e6698aa5de
Parents: 868aab4
Author: Jeff Elsloo <je...@cable.comcast.com>
Authored: Tue May 23 11:28:07 2017 -0600
Committer: Jeff Elsloo <je...@cable.comcast.com>
Committed: Tue May 23 12:04:54 2017 -0600

----------------------------------------------------------------------
 ask/index.html       |  1 +
 downloads/index.html |  3 ++-
 security/index.html  | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/bdeec355/ask/index.html
----------------------------------------------------------------------
diff --git a/ask/index.html b/ask/index.html
index f49d303..1a1bef9 100644
--- a/ask/index.html
+++ b/ask/index.html
@@ -25,6 +25,7 @@
                   <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
                   <li class="selected">INFO</li>
                   <li class="navMain"><a href="../index.html">HOME</a></li></ul>
+                  <li class="navMain"><a href="../security/index.html">SECURITY</a></li>
               </div>
         </div>
     <hr/>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/bdeec355/downloads/index.html
----------------------------------------------------------------------
diff --git a/downloads/index.html b/downloads/index.html
index 712b6de..d44fc16 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -23,7 +23,8 @@
               <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
               <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
               <li class="navMain"><a href="../ask/index.html">INFO</a></li>
-		      <li class="navMain"><a href="../index.html">HOME</a></li></ul>
+              <li class="navMain"><a href="../index.html">HOME</a></li></ul>
+              <li class="navMain"><a href="../security/index.html">SECURITY</a></li>
             </ul>
           </div>
         </div>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/bdeec355/security/index.html
----------------------------------------------------------------------
diff --git a/security/index.html b/security/index.html
new file mode 100644
index 0000000..a701703
--- /dev/null
+++ b/security/index.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <title>Traffic Control</title>
+
+    <!-- Bootstrap -->
+    <link href="../css/bootstrap.min.css" rel="stylesheet">
+    <link href="../css/home.css" rel="stylesheet">
+
+  </head>
+  <body>
+    <div class="bkgdWrapper">
+    </div>
+    <div class="appWrapper">
+      <div class="appHeader">
+        <div class="applogo"></div>
+          <div class="navWrapper">
+            <ul>
+              <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
+              <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
+              <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
+              <li class="navMain"><a href="../ask/index.html">INFO</a></li>
+              <li class="navMain"><a href="../index.html">HOME</a></li></ul>
+              <li class="selected">SECURITY</li>
+            </ul>
+          </div>
+        </div>
+      <hr/>
+
+	  <div class="sectionContainer">
+	  <h1>Apache Traffic Control Security Information</h1>
+	  </div>
+    </div>
+  </body>
+</html>


[2/4] incubator-trafficcontrol-website git commit: Initial security page.

Posted by el...@apache.org.
Initial security page.

(cherry picked from commit 307bd3a7b7410ceb7ec4fc8859ee74458a1fd411)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/commit/610bdc96
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/610bdc96
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/610bdc96

Branch: refs/heads/asf-site
Commit: 610bdc96a5620108de30819406b7903e648968bf
Parents: bdeec35
Author: Jeff Elsloo <je...@cable.comcast.com>
Authored: Tue May 23 11:34:05 2017 -0600
Committer: Jeff Elsloo <je...@cable.comcast.com>
Committed: Tue May 23 12:05:03 2017 -0600

----------------------------------------------------------------------
 security/index.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/610bdc96/security/index.html
----------------------------------------------------------------------
diff --git a/security/index.html b/security/index.html
index a701703..e0b0050 100644
--- a/security/index.html
+++ b/security/index.html
@@ -31,7 +31,10 @@
       <hr/>
 
 	  <div class="sectionContainer">
-	  <h1>Apache Traffic Control Security Information</h1>
+	  <h1>Apache Traffic Control Security Updates</h1>
+None at this time.
+      <h1>Reporting Vulnerabilities</h1>
+Please use our private security mailing list, <a href="mailto:security@trafficcontrol.incubator.apache.org">security@trafficcontrol.incubator.apache.org</a> to disclose any new vulnerability. Disclosing vulnerabilities privately will allow our project team to analyze the report, identify a fix, and begin the full disclosure process. Please include all relevant information to reproduce the issue, and any known workaround or fix.
 	  </div>
     </div>
   </body>


[3/4] incubator-trafficcontrol-website git commit: Changed ordering of security link in the headers.

Posted by el...@apache.org.
Changed ordering of security link in the headers.

(cherry picked from commit 35c2028719ac653de6380f01de2dde439a58b02f)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/commit/a460c87b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/a460c87b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/a460c87b

Branch: refs/heads/asf-site
Commit: a460c87b47fd0d5445b6773073a64ee92e1a3b41
Parents: 610bdc9
Author: Jeff Elsloo <je...@cable.comcast.com>
Authored: Tue May 23 11:35:58 2017 -0600
Committer: Jeff Elsloo <je...@cable.comcast.com>
Committed: Tue May 23 12:05:19 2017 -0600

----------------------------------------------------------------------
 ask/index.html       | 2 +-
 downloads/index.html | 2 +-
 index.html           | 1 +
 security/index.html  | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/a460c87b/ask/index.html
----------------------------------------------------------------------
diff --git a/ask/index.html b/ask/index.html
index 1a1bef9..1d06060 100644
--- a/ask/index.html
+++ b/ask/index.html
@@ -20,12 +20,12 @@
             <div class="applogo"></div>
               <div class="navWrapper">
                 <ul>
+                  <li class="navMain"><a href="../security/index.html">SECURITY</a></li>
                   <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
                   <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
                   <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
                   <li class="selected">INFO</li>
                   <li class="navMain"><a href="../index.html">HOME</a></li></ul>
-                  <li class="navMain"><a href="../security/index.html">SECURITY</a></li>
               </div>
         </div>
     <hr/>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/a460c87b/downloads/index.html
----------------------------------------------------------------------
diff --git a/downloads/index.html b/downloads/index.html
index d44fc16..5deb72e 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -19,12 +19,12 @@
         <div class="applogo"></div>
           <div class="navWrapper">
             <ul>
+              <li class="navMain"><a href="../security/index.html">SECURITY</a></li>
               <li class="selected"><b>DOWNLOADS</b></a></li>
               <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
               <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
               <li class="navMain"><a href="../ask/index.html">INFO</a></li>
               <li class="navMain"><a href="../index.html">HOME</a></li></ul>
-              <li class="navMain"><a href="../security/index.html">SECURITY</a></li>
             </ul>
           </div>
         </div>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/a460c87b/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 1c995fc..a7c2402 100644
--- a/index.html
+++ b/index.html
@@ -18,6 +18,7 @@
             <div class="applogo"></div>
               <div class="navWrapper">
                 <ul>
+                  <li class="navMain"><a href="security/index.html">SECURITY</a></li>
                   <li class="navMain"><a href="downloads/index.html">DOWNLOADS</a></li>
                   <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
                   <li class="navMain"><a href="docs/latest/index.html">DOCS</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/a460c87b/security/index.html
----------------------------------------------------------------------
diff --git a/security/index.html b/security/index.html
index e0b0050..60a3cf7 100644
--- a/security/index.html
+++ b/security/index.html
@@ -19,12 +19,12 @@
         <div class="applogo"></div>
           <div class="navWrapper">
             <ul>
+              <li class="selected">SECURITY</li>
               <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
               <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
               <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
               <li class="navMain"><a href="../ask/index.html">INFO</a></li>
               <li class="navMain"><a href="../index.html">HOME</a></li></ul>
-              <li class="selected">SECURITY</li>
             </ul>
           </div>
         </div>


[4/4] incubator-trafficcontrol-website git commit: Made headers smaller on security page.

Posted by el...@apache.org.
Made headers smaller on security page.

(cherry picked from commit 47fc10c82a3f0ab449d9bb3eb4e4a144985453ae)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/commit/d32a4141
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/d32a4141
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/d32a4141

Branch: refs/heads/asf-site
Commit: d32a4141e5467604a50caa4faba440c66f284fba
Parents: a460c87
Author: Jeff Elsloo <je...@cable.comcast.com>
Authored: Tue May 23 11:37:51 2017 -0600
Committer: Jeff Elsloo <je...@cable.comcast.com>
Committed: Tue May 23 12:05:24 2017 -0600

----------------------------------------------------------------------
 security/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/d32a4141/security/index.html
----------------------------------------------------------------------
diff --git a/security/index.html b/security/index.html
index 60a3cf7..3fcac65 100644
--- a/security/index.html
+++ b/security/index.html
@@ -31,10 +31,10 @@
       <hr/>
 
 	  <div class="sectionContainer">
-	  <h1>Apache Traffic Control Security Updates</h1>
+	  <h2>Apache Traffic Control Security Updates</h2>
 None at this time.
-      <h1>Reporting Vulnerabilities</h1>
-Please use our private security mailing list, <a href="mailto:security@trafficcontrol.incubator.apache.org">security@trafficcontrol.incubator.apache.org</a> to disclose any new vulnerability. Disclosing vulnerabilities privately will allow our project team to analyze the report, identify a fix, and begin the full disclosure process. Please include all relevant information to reproduce the issue, and any known workaround or fix.
+      <h2>Reporting Vulnerabilities</h2>
+Please use our private security mailing list, <a href="mailto:security@trafficcontrol.incubator.apache.org">security@trafficcontrol.incubator.apache.org</a>, to disclose any new vulnerability. Disclosing vulnerabilities privately will allow our project team to analyze the report, identify a fix, and begin the full disclosure process. Please include all relevant information to reproduce the issue, and any known workaround or fix.
 	  </div>
     </div>
   </body>