gentoo/www-nginx/ngx-xss/metadata.xml
Zurab Kvachadze 86a103a410
www-nginx/ngx-xss: new package, add 0.06
ngx-xss[1] is an NGINX module that adds support for "native cross-site
scripting".

[1]: https://github.com/openresty/xss-nginx-module

Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/37590
Signed-off-by: Sam James <sam@gentoo.org>
2025-07-05 08:27:03 +01:00

22 lines
834 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>zurabid2016@gmail.com</email>
<name>Zurab Kvachadze</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
ngx-xss adds native cross-site scripting support to NGINX. This module adds cross-site AJAX
support to nginx. Currently only cross-site GET is supported. The cross-site GET is
implemented as JSONP (or "JSON with padding").
</longdescription>
<upstream>
<bugs-to>https://github.com/openresty/xss-nginx-module/issues</bugs-to>
<remote-id type="github">openresty/xss-nginx-module</remote-id>
</upstream>
</pkgmetadata>