Github user robertkowalski commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/129#discussion_r19866286
  
    --- Diff: app/addons/databases/templates/item.html ---
    @@ -25,6 +25,6 @@
     </td>
     <td><%= database.status.updateSeq() %></td>
     <td>
    -  <a class="db-actions btn fonticon-replicate set-replication-start" 
title="Replicate <%= database.get("name") %>" 
href="#/replication/new/<%=encoded%>"></a>
    +  <a class="db-actions btn fonticon-replicate set-replication-start" 
title="Replicate <%= database.get("name") %>" 
href="#/replication/<%=encoded%>"></a>
    --- End diff --
    
    Can we change `<%=` to `<%-` - it will escape HTML: We had some XSS 
problems in the past...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to