
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Simplified RESTful API proxies with built-in secondary proxy. Simplified logging, enabled/disabled during runtime. HTTP methods. Media types. Extensions.
SimpleApiProxy
provides new overloaded GET methods.SimpleApiProxy
provides new overloaded PATCH methods.SimpleApiProxy
offers 3 types of patch type configuration.HUMANiT.Azure.AzureBase
deprecated. Use HUMANiT.Logging.Logable
instead (see HUMANiT Core package).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 🤩
GET, PUT, POST, PATCH, and DELETE commands to proxy a call directly to a RESTful API. Built-in secondary proxy. Raw calls. Obfuscation keys.
Quickstart guidance will come.
Provides access to a RESTful API via type-safe resource types and pre-defines expected responses. Allways returns a result; never throws an exception. Built-in secondary proxy. Raw calls. Azure Functions obfuscation keys.
Quickstart guidance will come.
Provides access to a RESTful API via immutable type-safe domain objects and pre-defines expected responses. Allways returns a result; never throws an exception. Built-in secondary proxy. Raw calls. Azure Functions obfuscation keys.
Quickstart guidance will come.
Constants for all used HTTP methods as per standard HTTP protocols 1.1, 2, and 3.
Quickstart guidance will come.
Constants for most commonly used media types.
Quickstart guidance will come.
Extension methods for easier use of
System.Net.HttpStatusCode
.
Located in namespace HUMANiT.Azure.Extensions
.
The method System.Net.HttpStatusCode.RenderAsText()
renders an HTTP status code as human-readable text, practical for logging, tracing, auditing, and other forms of displaying an error to a human. The status code 204, for instance, is rendered as "201 Created", and the status code 503 is rendered as "503 ServiceUnavailable".
The optional method parameter splitName
defines readability. Default is false. If set to true, it splits the descriptive names. For instance, the status code 204 is rendered as "201 Created", and the status code 503 is rendered as "503 Service Unavailable". Example:
System.WriteLine(System.Net.HttpStatusCode.NotAcceptable.RenderAsText(true));
// output: 406 Not Acceptable
Simplified logging that is always available and can be enabled/disabled during runtime.
Located in namespace HUMANiT.Azure
.
HUMANiT.Azure.AzureBase
declared obsolete. Use HUMANiT.Logging.Logable
instead; see HUMANiT Core package.
FAQs
Simplified RESTful API proxies with built-in secondary proxy. Simplified logging, enabled/disabled during runtime. HTTP methods. Media types. Extensions.
We found that humanit.azure 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.