SecTester.Reporter 0.41.3

dotnet add package SecTester.Reporter --version 0.41.3
NuGet\Install-Package SecTester.Reporter -Version 0.41.3
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="SecTester.Reporter" Version="0.41.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SecTester.Reporter --version 0.41.3
#r "nuget: SecTester.Reporter, 0.41.3"
#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 SecTester.Reporter as a Cake Addin
#addin nuget:?package=SecTester.Reporter&version=0.41.3

// Install SecTester.Reporter as a Cake Tool
#tool nuget:?package=SecTester.Reporter&version=0.41.3

SecTester.Reporter

Maintainability Test Coverage Build Status Nuget Downloads

Provide an abstraction for generating test results as part of the particular test frameworks.

Setup

$ dotnet add package SecTester.Reporter

Usage

The package exposes a DefaultFormatter that implements a IFormatter interface:

using SecTester.Reporter;

var formatter = new DefaultFormatter();

To convert an issue into text, you just need to call the Format method:

formatter.Format(issue);

<details> <summary>Sample output</summary>

Issue in Bright UI:   https://app.brightsec.com/scans/djoqtSDRJYaR6sH8pfYpDX/issues/8iacauN1FH9vFvDCLoo42v
Name:                 Missing Strict-Transport-Security Header
Severity:             Low
Remediation:
Make sure to proprely set and configure headers on your application - missing strict-transport-security header
Details:
The engine detected a missing strict-transport-security header. Headers are used to outline communication and
improve security of application.
Extra Details:
● Missing Strict-Transport-Security Header
    The engine detected a missing Strict-Transport-Security header, which might cause data to be sent insecurely from the client to the server.
    Remedy:
     - Make sure to set this header to one of the following options:
        1. Strict-Transport-Security: max-age=<expire-time>
        2. Strict-Transport-Security: max-age=<expire-time>; includeSubDomains
        3. Strict-Transport-Security: max-age=<expire-time>; preload
    Resources:
     - https://www.owasp.org/index.php/OWASP_Secure_Headers_Project#hsts
    Issues found on the following URLs:
     - [GET] https://qa.brokencrystals.com/

</details>

License

Copyright © 2022 Bright Security.

This project is licensed under the MIT License - see the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on SecTester.Reporter:

Package Downloads
SecTester.Runner

This SDK is designed to provide all the basic tools and functions that will allow you to easily integrate the Bright security testing engine into your own project.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.41.3 161 10/4/2023
0.41.2 102 10/4/2023
0.41.1 136 10/4/2023
0.41.0 122 10/4/2023
0.40.0 183 8/3/2023
0.39.1 190 8/1/2023
0.39.0 177 7/31/2023
0.38.0 162 7/28/2023
0.37.0 161 7/20/2023
0.36.0 161 6/5/2023
0.35.1 185 5/2/2023
0.35.0 239 4/11/2023
0.34.0 388 2/8/2023
0.33.7 430 12/20/2022
0.33.6 441 12/16/2022
0.33.5 451 12/16/2022
0.33.4 454 12/15/2022
0.33.3 461 12/14/2022
0.33.2 446 12/14/2022
0.33.1 453 12/14/2022
0.33.0 445 12/14/2022
0.32.8 439 12/13/2022
0.32.7 453 12/13/2022
0.32.6 433 12/13/2022
0.32.5 406 12/13/2022
0.32.4 428 12/13/2022
0.32.3 425 12/13/2022
0.32.2 446 12/13/2022
0.32.1 470 12/13/2022
0.32.0 445 12/13/2022
0.31.0 459 12/11/2022
0.30.1 268 12/10/2022
0.30.0 273 12/9/2022