Skip to content

Releases: microsoft/AntiSSRF

nodejs-1.0.0

Choose a tag to compare

@leah-restad leah-restad released this 29 May 23:14
ae126bb

AntiSSRF Node.js Library v1.0.0

Initial version of the open-source Microsoft AntiSSRF Library for Node.js.

  • AntiSSRFPolicy - Used to customize protection policies applied on all requests by node:http Agents from getHttpsAgent.
  • getHttpsAgent - Returns an implementation of Node.js Agent that applies security policies on all requests.
  • URIValidator - Provides three methods for validating the domain of a URL: inAzureKeyVaultDomain, inAzureStorageDomain, and inDomain.

Full Changelog: https://github.com/microsoft/AntiSSRF/commits/nodejs-1.0.0

NPM Package: https://www.npmjs.com/package/@microsoft/antissrf/v/1.0.0

dotnet-1.0.0

Choose a tag to compare

@leah-restad leah-restad released this 06 May 19:00
07f6327

AntiSSRF .NET Library v1.0.0

Initial version of the open-source Microsoft AntiSSRF Library for .NET.

  • AntiSSRFPolicy - Used to customize protection policies applied on all requests by AntiSSRFHandler.
  • AntiSSRFHandler - Implementation of .NET HttpMessageHandler that applies security policies on all requests.
  • URIValidator - Provides three methods for validating the domain of a URL: InAzureKeyVaultDomain, InAzureStorageDomain, and InDomain.

Thank you to all our original developers!

We are deeply grateful to our original contributors. We truly couldn't have gotten where we are today without you. Your years of dedicated hard work made this entire project possible. Thank you so much!

Full Changelog: https://github.com/microsoft/AntiSSRF/commits/dotnet-1.0.0

NuGet Package: https://www.nuget.org/packages/Microsoft.Security.AntiSSRF/1.0.0