Walter.Web.Firewall.Core 2020.12.5.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

Walter.Web.FireWall

Additional Details

this package contains the same DLL however we changed the name of the package as it contains .Net 5.0, Core 3.1 and Netstandard 2.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Walter.Web.Firewall.Core --version 2020.12.5.1
NuGet\Install-Package Walter.Web.Firewall.Core -Version 2020.12.5.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Walter.Web.Firewall.Core" Version="2020.12.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Walter.Web.Firewall.Core --version 2020.12.5.1
#r "nuget: Walter.Web.Firewall.Core, 2020.12.5.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Walter.Web.Firewall.Core as a Cake Addin
#addin nuget:?package=Walter.Web.Firewall.Core&version=2020.12.5.1

// Install Walter.Web.Firewall.Core as a Cake Tool
#tool nuget:?package=Walter.Web.Firewall.Core&version=2020.12.5.1

The application firewall that can be used in .NET 5.0, .Net CORE 3.1 and .NET standard 2.1 applications that
     would benefit for protection against several types of attacks and is easily activated by service integration.

     services.AddFireWall(FireWallTrail.License, FireWallTrail.DomainKey
     , domainName: new Uri("https://www.your-domain.com/", UriKind.Absolute)
     , options => {
     //your options
     });

     You can get started with the firewall
     using the samples shown in
     https://www.asp-waf.com/download/ASP-WAF-FireWall-Getting-Started.pdf

     We are developing the website so best to use the PDF and the online documentation at
     https://firewallapi.asp-waf.com/
     for now.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

05 December 2020
     - Update default license implementation
     - Update NuGet Package references
     - Update database storage SQL script for State objects
     
     04 December 2020
     - Bug in SQL script for database storage migration
     - Extend health Logging interface to contain references to failed update script
     - Update package references
     - Change Json data size from a byte[] of 4000 to 8000 to facilitate bigger datasets for firewall state objects when stored to database
     
     03 December 2020
     - Extend IFirewall interface for reporting features
     See https://firewallapi.asp-waf.com/?topic=html/Overload-Walter.Web.FireWall.IFireWall.GetVisitStats.htm
     https://firewallapi.asp-waf.com/?topic=html/Overload-Walter.Web.FireWall.IFireWall.GetPhishyVisitStats.htm

     02 December 2020
     - Update country definition of a WHOIS entry if the country is unknown and a geography plugin is used

     01 December 2020
     - Update Connection string application name in connection from default .net message to application name when database storage is used to save state and no application name was provided.
     - Update IFireWall.Whois() method to map LAN IP addresses to the firewall contact details
     - Extend Incident classes to update for IWHOIS data for use in the management interfaces

     27 November 2020
     - Bug Fix cookie options set secure only if web application is using TLS connection

     22 November 2020
     - Update compiler hints improving .net Core 3.1 and .Net 5.0 compiled binaries
     - Fix bug in update script for incident database

     20 November 2020
     - update packages to .net core 3.1.404

     17 November 2020
     - Update documentation
     - Annotate return types IFireWall, IPageRequest, IIncidentDatabase, IUserIdentity, IFureWallUser, IFireWallConfig and more
     - Extend IIncidentDatabase management API interface
     - Change nullability of some types

     14 November 2020
     - Add support for IWhoisBackGroundProcessor for NuGet Package
     Documentation at https://firewallapi.asp-waf.com/?topic=html/T-Microsoft.Extensions.DependencyInjection.WhoisWhoisBackGroundProcessorExtensions.htm
     - Add access to the default instance for most of the propiatary storage classes for the firewall allowing direct access for advance use interface
     IResetRepository:  https://firewallapi.asp-waf.com/?topic=html/M-Walter.Web.FireWall.Infrastructure.Repositories.IResetRepository.Instance.htm
     IWhoisRepository:  https://firewallapi.asp-waf.com/html/M-Walter.Web.FireWall.Infrastructure.IWhoisRepository.Instance.htm
     IIncidentDatabase: https://firewallapi.asp-waf.com/html/M-Walter.Web.FireWall.RuleEngine.IIncidentDatabase.Instance.htm

     13 November 2020
     - Update the way that default interface object created and will capture missing interfaces when a custom FireWall instance
     used extension methods in service registration but the constructor does not capture the interface.
     - Fix Spelling and update documentation

     12 November 2020
     - Update IPageRequest allow to read block cookie reasons using ContainsBlockCookie method allowing you to log the reasons documented

     11 November 2020
     - Update packages and support .Net 5.0

     08 November 2020
     Update signatures FireWallBase for null validly testing by the compiler and IntelliSense

     01 November 2020
     - Add overload methods to override default storage location and data retention for firewall database state per data type

     30 October 2020
     - implement database state for firewall

     15 October 2020
     - Update User blocking message
     - Add FireWall exception handler event
     - Reduce firewall footprint when using CookieFactory in Firewall
     - Improve GDPR action by cashing Cookie requests between HttGet and HttpPost AJAX callbacks


     14 October 2020
     - Update to .net core 3.1.4

     12 October 2020
     1. Change Database logging interface providing access to full IPageRequest interface

     09 October 2020
     1. Fix bug in UserAgent database storage creation script
     2. Update ToDo message generated when finding security issue in application

     08 October 2020
     1 update documentation
     2 update filter improve dependency independence

     06 October 2020
     1. Update Browser data
     2. Add extension method to service configuration to better configure UserAgent storage
     3. Improved user agent cashing and device recognition
     documentation at: https://firewallapi.asp-waf.com/?topic=html/AllMembers.T-Walter.Web.FireWall.Browser.IUserAgent.htm

     05 October 2020
     1. Update NuGet Package References
     2. Update EULA
     3. Provide access to browser and browser meta data of IUserAgent in IPageRequest.User.UserAgent

     1 October 2020
     1. Add interactions to IPageRequest for on a Root page if User discovery is used
     2. Update NuGet package References
     3. Fix bug where user cookie was always a session cookie



     30 September 2020
     1. Sort result for text based reporting

     29 September 2020
     1. Integrate Lazy logging from Walter.dll
     2. Fix bug on license validator
     3. Update FireWall session storage interface
     4. Update NugetPackage references

     24 September 2020
     1. fix index error on ILogger interface in Guard Module
     2. Include Minify data to reporting interface

     23 September 2020
     1. Add Minification to the reporting data class

     22 September 2020
     1. Add User type filters that allow the firewall to reject BOT's and Malicious users
     documentation at https://firewallapi.asp-waf.com/?topic=html/T-Walter.Web.FireWall.Filters.BlockBotsFilter.htm
     documentation at https://firewallapi.asp-waf.com/?topic=html/T-Walter.Web.FireWall.Filters.BlockMaliciousUserFilter.htm

     19 September 2020
     1. Add Minify attribute
     documentation at https://firewallapi.asp-waf.com/?topic=html/T-Walter.Web.FireWall.Filters.MinifyAttribute.htm
     2. Add Firewall disk manipulation detection event
     documentation at https://firewallapi.asp-waf.com/?topic=html/E-Walter.Web.FireWall.FireWallBase.OnDiskManipulation.htm
     3. Add User GDPR cookie solution using transparent encryption and IPageRequest.User cookie capabilities
     documentation at https://firewallapi.asp-waf.com/?topic=html/Overload-Walter.Web.FireWall.IUserIdentity.WriteCookie.htm
     https://firewallapi.asp-waf.com/?topic=html/P-Walter.Web.FireWall.Configurations.CookieConfig.UseTransparentEncryption.htm

     16 September 2020
     1. Streamline the FileWall tag helpers
     2. Update Disk logging NuNet Package now in Walter.Web.FireWall.DiskLogging NuGet Package
     3. Update ILogging NuNet Package now in Walter.Web.FireWall.ILogging NuGet Package
     4. Update package references

     14 September 2020
     1. Update package references
     2. Add NoCashAttribute
     https://firewallapi.asp-waf.com/?topic=html/T-Walter.Web.FireWall.Filters.NoCacheAttribute.htm
     3. Add ModelFilter attribute
     https://firewallapi.asp-waf.com/?topic=html/T-Walter.Web.FireWall.Filters.ModelFilterAttribute.htm

     09 September 2020
     1. Add access to Rules class for advanced configuration before rule engine uses it to generated default rules
     https://firewallapi.asp-waf.com/?topic=html/Events.T-Walter.Web.FireWall.IFireWallConfig.htm

     2. Add access to RuleEngine configuration for runtime PEN scripts detection by making RulesConfig.BlockedPatterns Property public
     https://firewallapi.asp-waf.com/?topic=html/P-Walter.Web.FireWall.Configurations.RulesConfig.BlockedPatterns.htm

     3. Update documentation and sample documentation in on-line help and manual
     https://www.asp-waf.com/download/ASP-WAF-FireWall-Getting-Started.pdf

     4. Fix issue where sometimes a user gets rejected for being in the wrong group without having a filter defined.
     https://firewallapi.asp-waf.com/?topic=html/P-Walter.Web.FireWall.Configurations.RulesConfig.RejectUsersByDefault.htm


     08 September 2020
     1. Add OnRootPageRequestDisposed and OnResourceSend event to FireWallBase class as well as IFireWall interface
     Methods allow for post processing in proprietary projects
     https://firewallapi.asp-waf.com/?topic=html/Events.T-Walter.Web.FireWall.FireWallBase.htm
     2. Provide access to default rules for UrlValidationPatterns
     https://firewallapi.asp-waf.com/?topic=html/P-Walter.Web.FireWall.Configurations.RulesConfig.BlockedPatterns.htm

     2. Fix bug where sometimes users would be blocked as no user rule was defined

     06 September 2020
     1. update documentation
     2. Update terms
     3. Update NuGet package references

     04 September 2020
     1. update documentation
     2. Add manual blocking on event

     03 September 2020
     1. Add events for firewall management
     https://firewallapi.asp-waf.com/?topic=html/Events.T-Walter.Web.FireWall.IFireWall.htm
     2. Add method for using custom IFireWall implementation using base class
     https://firewallapi.asp-waf.com/?topic=html/M-Walter.Web.FireWall.FireWallBase.-ctor.htm

     27 August 2020
     1. Update License test for machine name in URL allowing it as a valid local licensed domain as LocalHost
     2. Update documentation
     3. Save incidents to disk in clear json format making it easier to validate blocking incidents
     4. Show RuleId and ViolationId in Page if triggered and enabled

     26 August 2020
     1. Export FireWall base to the framework for custom implementation of IFireWall

     22 August 2020
     1. Alter default cookie names
     2. Set CRF token settings based on firewall settings
     3. update text report to associate fictitious user nr to incident details