<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>BibCiter</title>
	<atom:link href="http://bibciter.sourceforge.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://bibciter.sourceforge.net</link>
	<description>Scientific bibliography citer</description>
	<pubDate>Sun, 22 Feb 2009 07:12:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiple SQL Injection Vulnerabilities</title>
		<link>http://bibciter.sourceforge.net/?p=35</link>
		<comments>http://bibciter.sourceforge.net/?p=35#comments</comments>
		<pubDate>Thu, 22 Jan 2009 09:45:59 +0000</pubDate>
		<dc:creator>Ismael Peña-López</dc:creator>
		
		<category><![CDATA[Bugs & Problems]]></category>

		<guid isPermaLink="false">http://bibciter.sourceforge.net/?p=35</guid>
		<description><![CDATA[As published in many places, like this one, BibCiter has been found to have multiple SQL injection vulnerabilities, due to poor treatment of variables passed through URLs (post methods) before being processed.
Here&#8217;s some &#8220;official&#8221; announcement:
BibCiter Multiple SQL Injection Vulnerabilities
SECUNIA ADVISORY ID: SA33555
VERIFY ADVISORY: http://secunia.com/advisories/33555/
CRITICAL: Moderately critical
IMPACT: Manipulation of data
WHERE: >From remote
SOFTWARE: BibCiter 1.x http://secunia.com/advisories/product/21050/
DESCRIPTION: nuclear [...]]]></description>
			<content:encoded><![CDATA[<p>As published in many places, like <a href="http://www.beyerste.de/2009/01/20/bibciter-multiple-sql-injection-vulnerabilities/">this one</a>, BibCiter has been found to have multiple SQL injection vulnerabilities, due to poor treatment of variables passed through URLs (post methods) before being processed.</p>
<p>Here&#8217;s some &#8220;official&#8221; announcement:</p>
<p>BibCiter Multiple SQL Injection Vulnerabilities<br />
SECUNIA ADVISORY ID: SA33555<br />
VERIFY ADVISORY: http://secunia.com/advisories/33555/<br />
CRITICAL: Moderately critical<br />
IMPACT: Manipulation of data<br />
WHERE: >From remote<br />
SOFTWARE: BibCiter 1.x http://secunia.com/advisories/product/21050/<br />
DESCRIPTION: nuclear has discovered some vulnerabilities in BibCiter, which can be exploited by malicious people to conduct SQL injection attacks.<br />
Input passed to the “idp” parameter in reports/projects.php, to the “idc” parameter in reports/contacts.php, and to the “idu” parameter in reports/users.php is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.<br />
These vulnerabilities are confirmed in version 1.4. Other versions may also be affected.<br />
SOLUTION: Edit the source code to ensure that input is properly sanitised.<br />
PROVIDED AND/OR DISCOVERED BY: nuclear<br />
ORIGINAL ADVISORY: http://milw0rm.com/exploits/7814</p>
<p>The solution requires time to code&#8230; time that I don&#8217;t have in the short run. So, protect yourselves at the .htaccess level.</p>
<p>Here&#8217;s how:</p>
<ul>
<li><a href="http://www.webproworld.com/internet-security-discussion-forum/71933-latest-injection-attack-declare-set-cast.html#post393209">http://www.webproworld.com/internet-security-discussion-forum/71933-latest-injection-attack-declare-set-cast.html#post393209</a></li>
<li><a href="http://www.webproworld.com/internet-security-discussion-forum/71933-latest-injection-attack-declare-set-cast.html#post393724">http://www.webproworld.com/internet-security-discussion-forum/71933-latest-injection-attack-declare-set-cast.html#post393724</a></li>
</ul>
<p>Thanks to Nassim Ettaki and <a href="http://kedume.net">David Alcubierre</a> for valuous help :)</p>
]]></content:encoded>
			<wfw:commentRss>http://bibciter.sourceforge.net/?feed=rss2&amp;p=35</wfw:commentRss>
		</item>
		<item>
		<title>BibCiter 1.4</title>
		<link>http://bibciter.sourceforge.net/?p=34</link>
		<comments>http://bibciter.sourceforge.net/?p=34#comments</comments>
		<pubDate>Fri, 16 Jan 2009 08:13:44 +0000</pubDate>
		<dc:creator>Ismael Peña-López</dc:creator>
		
		<category><![CDATA[Bugs & Problems]]></category>

		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bibciter.sourceforge.net/?p=34</guid>
		<description><![CDATA[BibCiter v1.4 is now out.
Besides some minor issues concerning citing styles, it does fix a critical bug in the autentication process. Detected by Emilio Quintana and solved (thank you!) by Wu Jiewen, the problem was that the lenght of the password field was too short for MySQL 4.1, that needed a longer field to feed [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://sourceforge.net/project/showfiles.php?group_id=183647&#038;package_id=214304">BibCiter v1.4</a> is now out.</p>
<p>Besides some minor issues concerning citing styles, it does fix a critical bug in the autentication process. Detected by <a href="http://www.emilioquintana.com/">Emilio Quintana</a> and solved (thank you!) by <a href="http://wujiewen.com/">Wu Jiewen</a>, the problem was that the lenght of the password field was too short for MySQL 4.1, that needed a longer field to feed in the whole hash value. I wouldn&#8217;t have figured ever, so thanks again Jiewen!</p>
]]></content:encoded>
			<wfw:commentRss>http://bibciter.sourceforge.net/?feed=rss2&amp;p=34</wfw:commentRss>
		</item>
		<item>
		<title>Bibciter 1.3.1</title>
		<link>http://bibciter.sourceforge.net/?p=33</link>
		<comments>http://bibciter.sourceforge.net/?p=33#comments</comments>
		<pubDate>Sat, 30 Aug 2008 17:02:05 +0000</pubDate>
		<dc:creator>Ismael Peña-López</dc:creator>
		
		<category><![CDATA[Bugs & Problems]]></category>

		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bibciter.sourceforge.net/?p=33</guid>
		<description><![CDATA[Uh, there was a problem with a search filter that made that filter not to work properly (actually, didn&#8217;t work at all).
So we fixed it.
And improved some searching routines too.
Download BibCiter v1.3.1
]]></description>
			<content:encoded><![CDATA[<p>Uh, there was a problem with a search filter that made that filter not to work properly (actually, didn&#8217;t work at all).</p>
<p>So we fixed it.</p>
<p>And improved some searching routines too.</p>
<h3><a href="https://sourceforge.net/project/showfiles.php?group_id=183647&#038;package_id=214304&#038;release_id=623092">Download BibCiter v1.3.1</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://bibciter.sourceforge.net/?feed=rss2&amp;p=33</wfw:commentRss>
		</item>
		<item>
		<title>Bibciter 1.3</title>
		<link>http://bibciter.sourceforge.net/?p=32</link>
		<comments>http://bibciter.sourceforge.net/?p=32#comments</comments>
		<pubDate>Fri, 29 Aug 2008 09:10:44 +0000</pubDate>
		<dc:creator>Ismael Peña-López</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bibciter.sourceforge.net/?p=32</guid>
		<description><![CDATA[New release - version 1.3 - comes full of new features:
RSS feeds
Besides the existing feature to subscribe to the new works on the site, now:

added RSS feed for each author
added RSS feed for each category
added RSS feed for each bibliography
improved the way RSS for new works worked. Old rss20.xml has been deprecated

Web 2.0 features

included tagclouds [...]]]></description>
			<content:encoded><![CDATA[<p>New release - version 1.3 - comes full of new features:</p>
<h4>RSS feeds</h4>
<p>Besides the existing feature to subscribe to the new works on the site, now:</p>
<ul>
<li>added RSS feed for <em>each</em> author</li>
<li>added RSS feed for <em>each</em> category</li>
<li>added RSS feed for <em>each</em> bibliography</li>
<li>improved the way RSS for new works worked. Old <code>rss20.xml</code> has been deprecated</li>
</ul>
<h4>Web 2.0 features</h4>
<ul>
<li>included tagclouds in the bibliographies views</li>
<li>added the possibility to save works and authors to delicious</li>
</ul>
<h4>Multilanguage</h4>
<p>Added the localization feature and now the site is in English and can be switched to</p>
<ul>
<li>(partially) in Spanish</li>
<li>(partially) in Catalan</li>
</ul>
<h4>Other improvements</h4>
<ul>
<li>added a new bibliographic style, &#8220;no links&#8221;, to print cleanest data</li>
<li>improved the output of the searches</li>
<li>eased the way related and included projects are searched on combos</li>
<li>improved the way export to BibTeX files are generated</li>
</ul>
<h4>Bugs fixed</h4>
</p>
<ul>
<li>improved the form for projects, thus avoiding an error when assigning twice the same author to the same project</li>
<li>fixed problem in bibliography sorting</li>
<li>fixed some errors in the login procedures, due to malfunctions of cookies</li>
</ul>
<h3><a href="https://sourceforge.net/project/showfiles.php?group_id=183647&#038;package_id=214304&#038;release_id=622785">Download BibCiter v1.3</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://bibciter.sourceforge.net/?feed=rss2&amp;p=32</wfw:commentRss>
		</item>
		<item>
		<title>Bibciter 1.2</title>
		<link>http://bibciter.sourceforge.net/?p=30</link>
		<comments>http://bibciter.sourceforge.net/?p=30#comments</comments>
		<pubDate>Sun, 01 Jun 2008 08:31:54 +0000</pubDate>
		<dc:creator>Ismael Peña-López</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bibciter.sourceforge.net/?p=30</guid>
		<description><![CDATA[An incomprehensible error made it impossible for some users to install the previous version (v1.1). Incomprehensible, among other things because only retyping part of the install code, but without changing a single comma, make it work again. Weird.
Indeed. Some install features improved and added.
Some improvements too in the Projects form to better manage information.
]]></description>
			<content:encoded><![CDATA[<p>An incomprehensible error made it impossible for some users to install the previous version (v1.1). Incomprehensible, among other things because only retyping part of the install code, but without changing a single comma, make it work again. Weird.</p>
<p>Indeed. Some install features improved and added.</p>
<p>Some improvements too in the Projects form to better manage information.</p>
]]></content:encoded>
			<wfw:commentRss>http://bibciter.sourceforge.net/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
		<item>
		<title>Bibciter plugin for WordPress 1.1</title>
		<link>http://bibciter.sourceforge.net/?p=29</link>
		<comments>http://bibciter.sourceforge.net/?p=29#comments</comments>
		<pubDate>Sun, 20 Apr 2008 18:22:33 +0000</pubDate>
		<dc:creator>Ismael Peña-López</dc:creator>
		
		<category><![CDATA[Plugin]]></category>

		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bibciter.sourceforge.net/?p=29</guid>
		<description><![CDATA[I&#8217;ve created a plugin for WordPress so those using both applications together (WordPress and BibCiter) can easily cite in the former content at the later.
The plugin can add from one to three WordPress shortcodes so that embedding BibCiter citations in blog posts do not require but knowing the ID of a Work or an Author. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created a plugin for WordPress so those using both applications together (WordPress and BibCiter) can easily cite in the former content at the later.</p>
<p>The plugin can add from one to three WordPress shortcodes so that embedding BibCiter citations in blog posts do not require but knowing the ID of a Work or an Author. The shortcodes are the following:</P></p>
<ul>
<li>BibCiter_Work embeds the &#8220;author (year) work&#8221;, the work being linked to its file on BibCiter</li>
<li>BibCiter_Title just embeds the work&#8217;s title, linking it to its file on Bibciter</li>
<li>BibCiter_Author embeds an author&#8217;s name, linking it to its file on Bibciter</li>
</ul>
<p>To properly work, both BibCiter and WordPress <em>must</em> be installed under the same domain - though with simplest coding this can be easily changed.</p>
<p><strong><a href="https://sourceforge.net/project/showfiles.php?group_id=183647&#038;package_id=272787">Download the plugin</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://bibciter.sourceforge.net/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>Bibciter 1.1</title>
		<link>http://bibciter.sourceforge.net/?p=28</link>
		<comments>http://bibciter.sourceforge.net/?p=28#comments</comments>
		<pubDate>Sun, 20 Apr 2008 18:12:17 +0000</pubDate>
		<dc:creator>Ismael Peña-López</dc:creator>
		
		<category><![CDATA[Plugin]]></category>

		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bibciter.sourceforge.net/?p=28</guid>
		<description><![CDATA[Here comes v1.1. The main change has been some little adaptations to be able to support a WordPress plugin and some issues about shifting towards charset UTF-8. I&#8217;m sorry about the latter because no doubt it will cause problems with some characters (especially for those using BibCiter with languages full of &#8220;special&#8221; characters). There&#8217;s some [...]]]></description>
			<content:encoded><![CDATA[<p>Here comes v1.1. The main change has been some little adaptations to be able to support a WordPress plugin and some issues about shifting towards charset UTF-8. I&#8217;m sorry about the latter because no doubt it will cause problems with some characters (especially for those using BibCiter with languages full of &#8220;special&#8221; characters). There&#8217;s some stuff on the Internet that can help in the transition. Patience will also play a good part.</p>
<p>Improvements in this v1.1 release:</p>
<ul>
<li>changed charset to utf-8. Might give some problems if updating</li>
<li>transformed the database and files to support UTF-8 character coding</li>
<li>improved the way styles are called (as a variable, not just printed along)</li>
<li>made some minor changes to be able to work with a WordPress plugin</li>
<li>created a WordPress plugin so that works and authors can be called from a blog post</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bibciter.sourceforge.net/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
		<item>
		<title>Bibciter 1.0</title>
		<link>http://bibciter.sourceforge.net/?p=27</link>
		<comments>http://bibciter.sourceforge.net/?p=27#comments</comments>
		<pubDate>Wed, 02 Apr 2008 08:10:17 +0000</pubDate>
		<dc:creator>Ismael Peña-López</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bibciter.sourceforge.net/?p=27</guid>
		<description><![CDATA[I&#8217;m really proud to announce that, at last, v1.0 of BibCiter will see the light.
After two years and a half coding (!!!) and intensive use, I guess the creature is ready to have a life as a decent 1.0, no 0.anything, no betas.
This does not mean there is nothing to be improved, but let&#8217;s leave [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really proud to announce that, at last, <strong>v1.0 of BibCiter will see the light</strong>.</p>
<p>After two years and a half coding (!!!) and intensive use, I guess the creature is ready to have a life as a decent 1.0, no 0.anything, no betas.</p>
<p>This does not mean there is nothing to be improved, but let&#8217;s leave these improvements for v1.x or v2.0.</p>
<p>Improvements in this v1.0 release:</p>
<ul>
<li>way, way, way improved the way projects are cited, including huge improvement in bibliography citing styles management</li>
<li>solved smallest issue with published works that are &#8220;references&#8221; (e.g. journals, reviews&#8230;) and have no publishing date/year</li>
<li>slightly improved the exportation to BibTEX format</li>
<li>improved accessibility</li>
<li>improved comparison between two bibliographies</li>
<li>added the possibility to &#8220;remember&#8221; the user logged in (setting a cookie up)</li>
<li>in searches, if &#8220;not found&#8221; or results not satisfactory, possibility to directly add the query as a contact/work</li>
<li>added the &#8220;title&#8221; attribute to authors when listed with links, showing the full name of the author instead of the &#8220;formal/citation&#8221; name</li>
</ul>
<p>By the way, I dediced to remove the addition of sample data in the installation process, because I thought it just added noise and, sometimes, was a source of problems. I don&#8217;t think anybody&#8217;s gonna miss this ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://bibciter.sourceforge.net/?feed=rss2&amp;p=27</wfw:commentRss>
		</item>
		<item>
		<title>Bibciter 0.19</title>
		<link>http://bibciter.sourceforge.net/?p=26</link>
		<comments>http://bibciter.sourceforge.net/?p=26#comments</comments>
		<pubDate>Fri, 08 Feb 2008 17:04:48 +0000</pubDate>
		<dc:creator>Ismael Peña-López</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bibciter.sourceforge.net/?p=26</guid>
		<description><![CDATA[This is a pretty good update with pretty improved features.

The search form on the sidebar has been improved to search works by default or browse and advanced search form to specify other ways of searching
works that are not published (e.g. forthcoming) are way better managed (and presented in reports) now
for those who need to embed [...]]]></description>
			<content:encoded><![CDATA[<p>This is a pretty good update with pretty improved features.</p>
<ul>
<li>The search form on the sidebar has been improved to search works by default or browse and advanced search form to specify other ways of searching</li>
<li>works that are not published (e.g. forthcoming) are way better managed (and presented in reports) now</li>
<li>for those who need to embed citations in blogs, wikis or other website pages, I added a new presentation style (&#8221;web_en&#8221;) that lists bibliographies in APA style leaving only a link to <em>your</em> file page, so you can send your visitors to your BibCiter installation</li>
<li>I also enabled the possibility to compare whatever two bibliographies, regardless if they are hidden and/or public. Now you can choose to list the bibliographies to compare according to your desired attributes</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bibciter.sourceforge.net/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Bibciter 0.18</title>
		<link>http://bibciter.sourceforge.net/?p=25</link>
		<comments>http://bibciter.sourceforge.net/?p=25#comments</comments>
		<pubDate>Sun, 27 Jan 2008 07:54:58 +0000</pubDate>
		<dc:creator>Ismael Peña-López</dc:creator>
		
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://bibciter.sourceforge.net/?p=25</guid>
		<description><![CDATA[Over all, the most important update in the last version is that installation does not crack :P
I was noticed that the installation did not work. Actually, the installation (strictly speaking) did - at least this is my impression - and what did not succeeded was importing some sample data so BibCiter does not appear completely [...]]]></description>
			<content:encoded><![CDATA[<p>Over all, the most important update in the last version is that installation does not crack :P<br />
I was noticed that the installation did not work. Actually, the installation (strictly speaking) did - at least this is my impression - and what did not succeeded was importing some sample data so BibCiter does not appear completely empty. I fixed this.</p>
<p>So, the new things this time are:</p>
<p>- added possibility to sort by year in bibliographies (useful to quicky glance the &#8220;range&#8221; of a bibliography)<br />
- chaged the sorting option of bibliographies appearing in admin mode besides works: now by ID<br />
- improved bibligraphy presentation filtering<br />
- improved contact presentation filtering<br />
- solved install problem</p>
]]></content:encoded>
			<wfw:commentRss>http://bibciter.sourceforge.net/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
	</channel>
</rss>
