
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
HUMANiT.Azure.Functions
Advanced tools
API proxy. Heartbeat. Simplified payload handling. Simplified content result creation incl. JSON. Simplified IActionResult handling for common HTTP status codes. Media types. Extensions.
IActionResult
objects for proper HTTP status code consideration.HUMANiT.Azure.Functions.Api.MediaType
class removed. Use HUMANiT.Azure.MediaTypes
instead (HUMANiT.Azure package).HUMANiT.Azure.Functions.ApiProxy
class removed. Use HUMANiT.Azure.ApiProxy
instead (HUMANiT.Azure package).HUMANiT.Azure.Functions.HttpStatusCodeExtensions
class removed. Use HUMANiT.Azure.Extensions.HttpStatusCodeExtensions
instead (see HUMANiT Azure package).HUMANiT.Azure.Functions.IApiProxy
interface removed. Use HUMANiT.Azure.ApiProxy
instead (HUMANiT.Azure package).HUMANiT.Azure.Functions.StartupBase
class removed. Use Microsoft.Azure.Functions.Extensions.DependencyInjection.FunctionsStartup
directly.IActionResult
support for HTTP status codes 103, 203, 205, 401, 418, 422, 423, 424, 425, 429, 431, and 451.IActionResult
HTTP method documentation enriched with functional explanations.HUMANiT.Azure.Functions.Api.FunctionsBase
class deprecated. Use HUMANiT.Azure.Functions.Function
instead.HUMANiT.Azure.Functions.Api.HeartbeatFunctionsBase
class deprecated. Use HUMANiT.Azure.Functions.HeartbeatFunction
instead.This package contains features which we require for our own software; therefore, some features are highly custom. If you require a fix, an enhancement, or a more configurable solution, please contact us: support@humanit.nz.
MIT -- free software, hell yeah 🤩
Construction of
IActionResult
objects for proper HTTP status code consideration.
Located in namespace HUMANiT.Azure.Functions
.
Supported HTTP Status Codes: All 1xx. All 2xx except 207, 208, and 226. 301, 302, 304, 307, and 308. 400, 401, 403-405, 408-410, 418-425 and 429-451. 500-502 and 504.
Quickstart guidance will come.
Fast heartbeat that an API can provide, including optional call dependancy on other APIs that offer a heartbeat.
Classes that inherit from HeartbeatFunction
and call at least one of the provided constructors can use this packages features:
public class YourClass : HeartbeatFunction<YourClass> { .. }
Quickstart guidance will come.
Constants to ease method name definitions.
Quickstart guidance will come.
Built-in logging for Azure Functions.
Quickstart guidance will come. See also HUMANiT Core: Logging.
Built-in payload conversions for Azure Functions.
Quickstart guidance will come.
Built-in call result handling for Azure Functions.
Quickstart guidance will come.
FAQs
API proxy. Heartbeat. Simplified payload handling. Simplified content result creation incl. JSON. Simplified IActionResult handling for common HTTP status codes. Media types. Extensions.
We found that humanit.azure.functions demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.