Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1772)

Unified Diff: chrome/common/extensions/docs/server/app.yaml

Issue 8555032: Fix directory traversal issue in extension doc server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server/app.yaml
diff --git a/chrome/common/extensions/docs/server/app.yaml b/chrome/common/extensions/docs/server/app.yaml
index 4c238c92b4f1ac9ecb0421717546b687c52be596..cffaf4d2f185c7c426f2ddddaf5722b2d6b1e43a 100644
--- a/chrome/common/extensions/docs/server/app.yaml
+++ b/chrome/common/extensions/docs/server/app.yaml
@@ -1,8 +1,8 @@
-application: chromeextensionsdocs
-version: 1-1-5
-runtime: python
-api_version: 1
-
-handlers:
-- url: /.*
- script: chromeextensionsdocs.py
+application: chromeextensionsdocs
+version: 1-1-6
+runtime: python
+api_version: 1
+
+handlers:
+- url: /.*
+ script: chromeextensionsdocs.py

Powered by Google App Engine
This is Rietveld 408576698