[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2013-05-02 Thread Aaron Wells
** Information type changed from Private Security to Public Security ** Changed in: mahara/1.5 Milestone: None => 1.5.10 ** Changed in: mahara/1.6 Milestone: None => 1.6.5 ** Changed in: mahara/1.7 Milestone: None => 1.7.1 ** Changed in: mahara/1.5 Status: Fix Committed => Fi

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2013-04-18 Thread Aaron Wells
This one's got a fix that was verified and code-reviewed, but now the rebase causes conflicts. So, we should try to get it straightened out for inclusion in 1.8.0, and 1.7.1 (since leaving sensitive information unencrypted is a security problem). ** Changed in: mahara Importance: Medium => High

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2013-01-22 Thread Son Nguyen
For testing: URL: http://ptcjsc.com/wp/?feed=rss2 Username: tester Password: qwe123 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1016253 Title: Authenticated RSS feeds should encrypt login

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2013-01-22 Thread Son Nguyen
Hi Kristina; I will create an authenticated RSS for you to test. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1016253 Title: Authenticated RSS feeds should encrypt login credentials Statu

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2012-11-24 Thread Kristina Hoeppner
Do you have an RSS feed with credentials that can be used for testing, Son? -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1016253 Title: Authenticated RSS feeds should encrypt login credenti

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2012-08-12 Thread Hugh Davenport
** Changed in: mahara Milestone: 1.6.0 => 1.7.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1016253 Title: Authenticated RSS feeds should encrypt login credentials Status in Mahara eP

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2012-07-25 Thread Son Nguyen
https://reviews.mahara.org/#/c/1440/ -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1016253 Title: Authenticated RSS feeds should encrypt login credentials Status in Mahara ePortfolio: In

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2012-07-25 Thread Son Nguyen
** Changed in: mahara Assignee: (unassigned) => Son Nguyen (ngson2000) ** Changed in: mahara Status: Confirmed => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1016253

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2012-07-05 Thread Kristina Hoeppner
** Changed in: mahara Milestone: None => 1.6.0 ** Changed in: mahara Status: Triaged => Confirmed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1016253 Title: Authenticated RSS f

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2012-06-24 Thread Hugh Davenport
** Changed in: mahara Status: New => Triaged ** Changed in: mahara Importance: Undecided => Medium -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1016253 Title: Authenticated RSS f

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2012-06-21 Thread Darren James Harkness
The scope of this is a bit larger than the LDAP credentials, given the potential variety in accessible domains. One could potentially use key-based encryption, storing the key in config.php, using mcrypt. It wouldn't be bulletproof, but it would prevent against SQL injection attacks or misplaced

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2012-06-21 Thread Richard Mansfield
This is similar to https://bugs.launchpad.net/mahara/+bug/611045 - if it's not stored in cleartext, the feed can't be updated later. I guess there could be an option to grab the feed once only on block configuration, then throw the password away, but I think the default should be to store and do u

[Mahara-contributors] [Bug 1016253] Re: Authenticated RSS feeds should encrypt login credentials

2012-06-21 Thread Darren James Harkness
** Description changed: The externalfeed block should protect user credentials when - authenticated RSS feeds are used. The blocktype in Mahara 1.8.1 appears + authenticated RSS feeds are used. The blocktype in Mahara 1.5.1 appears to store login credentials in cleartext within the database.