Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
9c490364
Commit
9c490364
authored
Jul 24, 2016
by
wroot
Committed by
akrherz
Jul 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-1165 fixed Stored Cross-Site Scripting vulnerability
parent
492ca16f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
changelog.html
src/plugins/search/changelog.html
+5
-0
plugin.xml
src/plugins/search/plugin.xml
+2
-2
advance-user-search.jsp
src/plugins/search/src/web/advance-user-search.jsp
+1
-1
No files found.
src/plugins/search/changelog.html
View file @
9c490364
...
@@ -44,6 +44,11 @@
...
@@ -44,6 +44,11 @@
Search Plugin Changelog
Search Plugin Changelog
</h1>
</h1>
<p><b>
1.7.1
</b>
-- July 24, 2016
</p>
<ul>
<li>
[
<a
href=
'https://issues.igniterealtime.org/browse/OF-1165'
>
OF-1165
</a>
] - Fixed Stored Cross-Site Scripting vulnerability.
</li>
</ul>
<p><b>
1.7.0
</b>
-- October 12, 2015
</p>
<p><b>
1.7.0
</b>
-- October 12, 2015
</p>
<ul>
<ul>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
<li>
[
<a
href=
'http://www.igniterealtime.org/issues/browse/OF-953'
>
OF-953
</a>
] - Updated JSP libraries.
</li>
...
...
src/plugins/search/plugin.xml
View file @
9c490364
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
<name>
Search
</name>
<name>
Search
</name>
<description>
Provides support for Jabber Search (XEP-0055)
</description>
<description>
Provides support for Jabber Search (XEP-0055)
</description>
<author>
Ryan Graham
</author>
<author>
Ryan Graham
</author>
<version>
1.7.
0
</version>
<version>
1.7.
1
</version>
<date>
10/12/2015
</date>
<date>
07/24/2016
</date>
<minServerVersion>
4.0.0
</minServerVersion>
<minServerVersion>
4.0.0
</minServerVersion>
<adminconsole>
<adminconsole>
...
...
src/plugins/search/src/web/advance-user-search.jsp
View file @
9c490364
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
<a
href=
"../../user-properties.jsp?username=
<%=
URLEncoder
.
encode
(
user
.
getUsername
(),
"UTF-8"
)
%>
"
><%=
JID
.
unescapeNode
(
user
.
getUsername
())
%></a>
<a
href=
"../../user-properties.jsp?username=
<%=
URLEncoder
.
encode
(
user
.
getUsername
(),
"UTF-8"
)
%>
"
><%=
JID
.
unescapeNode
(
user
.
getUsername
())
%></a>
</td>
</td>
<td
width=
"33"
>
<td
width=
"33"
>
<%=
user
.
getName
(
)
%>
<%=
StringUtils
.
escapeHTMLTags
(
user
.
getName
()
)
%>
</td>
</td>
<td
width=
"15%"
>
<td
width=
"15%"
>
<%=
JiveGlobals
.
formatDate
(
user
.
getCreationDate
())
%>
<%=
JiveGlobals
.
formatDate
(
user
.
getCreationDate
())
%>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment