<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/lib/aurjson.class.php, branch v4.1.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/lib/aurjson.class.php?h=v4.1.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/lib/aurjson.class.php?h=v4.1.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2015-09-26T05:43:10Z</updated>
<entry>
<title>aurjson.class.php: Sync error message with front-end</title>
<updated>2015-09-26T05:43:10Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-26T05:42:05Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c67e5a1cdf970062c75ad11f019340d318193cbb'/>
<id>urn:sha1:c67e5a1cdf970062c75ad11f019340d318193cbb</id>
<content type='text'>
Instead of introducing a new message "You do not have the right to edit
this comment." for the RPC interface, use "You are not allowed to edit
this comment." which we already show in the front-end.

Reported-by: Christoph Seitz &lt;seitz.christoph@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>aurjson.class.php: Fix "Undefined index" notices</title>
<updated>2015-09-25T06:35:43Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-24T16:27:21Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2f8e0dfa3ac67a4225b27135977a48b124717762'/>
<id>urn:sha1:2f8e0dfa3ac67a4225b27135977a48b124717762</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Mitigate JSONP callback vulnerabilities</title>
<updated>2015-09-12T08:20:03Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-12T08:04:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=209b0b6edad0c18a2ea14eac83c6c4787264aa63'/>
<id>urn:sha1:209b0b6edad0c18a2ea14eac83c6c4787264aa63</id>
<content type='text'>
The callback parameter of the RPC interface currently allows for
specifying a prefix of arbitrary length of the returned result. This can
be exploited by certain attacks.

As a countermeasure, this patch restricts the allowed character set for
the callback name to letters, digits, underscores, parenthesis and dots.
It also limits the length of the name to 128 characters. Furthermore,
the reflected callback name is now always prepended with "/**/", which
is a common workaround to protect against attacks such as Rosetta Flash.

Fixes FS#46259.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>rpc: msearch: Give orphans on empty maintainer argument</title>
<updated>2015-08-11T11:57:04Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-08-09T14:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=da1153857f63babd0080c0d8ebd75d5f8400e6e9'/>
<id>urn:sha1:da1153857f63babd0080c0d8ebd75d5f8400e6e9</id>
<content type='text'>
Signed-off-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>aurjson.class.php: Add missing PHPDoc</title>
<updated>2015-08-08T10:59:24Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-07-22T05:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=080b6f3d123c465f70a8f9f1e724111dd1b3cf56'/>
<id>urn:sha1:080b6f3d123c465f70a8f9f1e724111dd1b3cf56</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>aurjson.class.php: Add method get_comment_form()</title>
<updated>2015-08-08T10:59:24Z</updated>
<author>
<name>Marcel Korpel</name>
<email>marcel.korpel@gmail.com</email>
</author>
<published>2015-07-21T20:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8328223a5e4670fbeb62c13ef89aa345f3ccc4c8'/>
<id>urn:sha1:8328223a5e4670fbeb62c13ef89aa345f3ccc4c8</id>
<content type='text'>
This method will be used by the JavaScript comment editing and produces
a form containing the comment.

Signed-off-by: Marcel Korpel &lt;marcel.korpel@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Expose name-only search through the RPC interface</title>
<updated>2015-08-08T10:59:23Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-28T17:48:23Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d8142abbbee6a44693bd303838777fb93013b5c2'/>
<id>urn:sha1:d8142abbbee6a44693bd303838777fb93013b5c2</id>
<content type='text'>
Fixes FS#37317.

Signed-off-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>aurjson: Pass http_data array to all functions</title>
<updated>2015-08-08T10:59:23Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-28T17:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=94aeead4ecd230ea4c8cba0bb64501da1ef10886'/>
<id>urn:sha1:94aeead4ecd230ea4c8cba0bb64501da1ef10886</id>
<content type='text'>
This is a preparatory patch that simplifies adding more arguments to
the parse functions

Signed-off-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Marcel Korpel &lt;marcel.korpel@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Delete unused variable</title>
<updated>2015-08-08T10:59:23Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-28T13:37:28Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=838639056a6d007224ec0a84e9845a541ab4662e'/>
<id>urn:sha1:838639056a6d007224ec0a84e9845a541ab4662e</id>
<content type='text'>
Signed-off-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>RPC: Add decimal_fields array for floating-point fields</title>
<updated>2015-07-04T11:02:37Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-07-04T10:31:41Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ea59f7277849c9f37a166375293d57bdd97bb20b'/>
<id>urn:sha1:ea59f7277849c9f37a166375293d57bdd97bb20b</id>
<content type='text'>
Fixes FS#45537.

Signed-off-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
</feed>
