www/py-aiohttp-remotes - The NetBSD Packages Collection

Library of useful tools for aiohttp.web server

The library is a set of useful tools for aiohttp.web server.

The full list of tools is:

 * AllowedHosts - restrict a set of incoming connections to allowed hosts only.
 * BasicAuth - protect web application by basic auth authorization.
 * Cloudflare - make sure that web application is protected by CloudFlare.
 * ForwardedRelaxed and ForwardedStrict - process Forwarded HTTP header and
   modify corresponding scheme, host, remote attributes in strong secured and
   relaxed modes.
 * Secure - ensure that web application is handled by HTTPS (SSL/TLS) only,
   redirect plain HTTP to HTTPS automatically.
 * XForwardedRelaxed and XForwardedStrict - the same as ForwardedRelaxed and
   ForwardedStrict but process old-fashion X-Forwarded-* headers instead of new
   standard Forwarded.

Build dependencies

devel/py-flit devel/py-build misc/py-installer pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

www/py-aiohttp devel/py-typing-extensions lang/python312 lang/python312

Binary packages

OSArchitectureVersion
NetBSD 9.3x86_64py310-aiohttp-remotes-1.2.0.tgz
NetBSD 9.3x86_64py311-aiohttp-remotes-1.2.0.tgz
NetBSD 9.3x86_64py312-aiohttp-remotes-1.2.0.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.