Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15421300
D12117.id29140.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
619 B
Referenced Files
None
Subscribers
None
D12117.id29140.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionLastModifiedController.php b/src/applications/diffusion/controller/DiffusionLastModifiedController.php
--- a/src/applications/diffusion/controller/DiffusionLastModifiedController.php
+++ b/src/applications/diffusion/controller/DiffusionLastModifiedController.php
@@ -153,6 +153,12 @@
number_format($lint));
}
+ // The client treats these results as markup, so make sure they have been
+ // escaped correctly.
+ foreach ($return as $key => $value) {
+ $return[$key] = hsprintf('%s', $value);
+ }
+
return $return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 22, 10:27 PM (2 w, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224177
Default Alt Text
D12117.id29140.diff (619 B)
Attached To
Mode
D12117: Fix a self-XSS hole in Diffusion
Attached
Detach File
Event Timeline
Log In to Comment