TamTam.NuGet.ExtraSecurity.Binary by Sandor Voordes, Otto Boekestijn

<PackageReference Include="TamTam.NuGet.ExtraSecurity.Binary" Version="1.0.3.19" />

 TamTam.NuGet.ExtraSecurity.Binary 1.0.3.19

Adds extra security measures for PEN tests: - Set all timeouts to 20 minutes - Forces SSL on all requests - Enforces HTTPOnly and SSL cookies - Clears unneeded HTTP header information - Disables iFraming and adds Strict-Transport-Security to HTTP header - Contains samples for Umbraco

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>TamTam.NuGet.ExtraSecurity.Binary</id>
    <version>1.0.3.19</version>
    <authors>Sandor Voordes, Otto Boekestijn</authors>
    <owners>Sandor Voordes, Otto Boekestijn</owners>
    <projectUrl>https://bitbucket.org/tamtam-nl/tamtam-nuget-extrasecurity</projectUrl>
    <iconUrl>http://33.media.tumblr.com/avatar_78f702c2c3cb_128.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Adds extra security measures for PEN tests:
      - Set all timeouts to 20 minutes
      - Forces SSL on all requests
      - Enforces HTTPOnly and SSL cookies
      - Clears unneeded HTTP header information
      - Disables iFraming and adds Strict-Transport-Security to HTTP header
      - Contains samples for Umbraco</description>
    <summary>Adds extra security measures for PEN tests:</summary>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework="" />
      <frameworkAssembly assemblyName="System.Web" targetFramework="" />
      <frameworkAssembly assemblyName="System.XML" targetFramework="" />
      <frameworkAssembly assemblyName="System.Xml.Linq" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>