<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ticket search results</title><link>https://forge-allura.apache.org/p/allura/tickets/</link><description>You searched for abc</description><language>en</language><lastBuildDate>Tue, 18 Jun 2019 14:57:24 -0000</lastBuildDate><item><title>CVE-2019-10085: XSS on user autocomplete</title><link>https://forge-allura.apache.org/p/allura/tickets/8303/</link><description>Via security@apache.org report

&gt; ...
&gt; 
&gt; 3\. Go to http://localhost:8080/auth/preferences/ and set
&gt; "&lt;script&gt;confirm(1)&lt;/script&gt;" (without the quotes) as your Display Name
&gt; under Preferences / General Settings. Save.
&gt; 
&gt; 4\. As test-user, create a new Project. Let's assume the URL for the
&gt; project is http://localhost:8080/p/abc
&gt; 
&gt; 5\. For that Project, go to http://localhost:8080/p/abc/tickets/new/
&gt; 
&gt; 6\. In the Owner dropdown on the Create Ticket page, type the letter "s"
&gt; 
&gt; ...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 18 Jun 2019 14:57:24 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8303/</guid></item><item><title>Disabling a user does not remove/disable his primary email</title><link>https://forge-allura.apache.org/p/allura/tickets/7761/</link><description>1) Sign up a user with email abc@abc.com
2) Verify his account/email
3) From user prefs - disable this account

4) Sign up a new user with the same email abc@abc.com
5) Verify his account/email
6) Password recovery won't work for him(And most probably we will run into some other issues)

email_address collection state:

~~~~~
&gt; db.email_address.find({email: 'abc@abc.me'})
{ "_id" : ObjectId("5436e94d01a61326884419c6"), "nonce" : null, "claimed_by_user_id" : ObjectId("5436e94d01a61326884419a0"), "confirmed" : true, "email" : "abc@abc.com" } 
{ "_id" : ObjectId("543aaa0601a61361523e52ac"), "nonce" : null, "claimed_by_user_id" : ObjectId("543aaa0601a61361523e5286"), "confirmed" : true, "email" : "abc@abc.com" }
~~~~~

first one is linked to the disabled user, the second one to the current, active user.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Luberg</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:00 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7761/</guid></item><item><title>Fix error about adding tags</title><link>https://forge-allura.apache.org/p/allura/tickets/1447/</link><description>This appears in the logs when editing a ticket, but everything seems to work fine.

~~~~
17:57:12,620 ERROR [allura.lib.markdown_extensions] Error adding &lt;br&gt; tags: new text is &lt;p&gt;abc&lt;br/&gt;defxjgimwge:artifact:0000&lt;/p&gt;
Traceback (most recent call last):
 File "/home/dbrondsema/dbrondsema-7024/forge/Allura/allura/lib/markdown_extensions.py", line 300, in run
   new_node = markdown.etree.fromstring(new_text)
 File "&lt;string&gt;", line 85, in XML
SyntaxError: not well-formed (invalid token): line 1, column 15
~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:54 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/1447/</guid></item></channel></rss>