SecTester.Reporter
0.32.2
See the version list below for details.
dotnet add package SecTester.Reporter --version 0.32.2
NuGet\Install-Package SecTester.Reporter -Version 0.32.2
<PackageReference Include="SecTester.Reporter" Version="0.32.2" />
paket add SecTester.Reporter --version 0.32.2
#r "nuget: SecTester.Reporter, 0.32.2"
// Install SecTester.Reporter as a Cake Addin #addin nuget:?package=SecTester.Reporter&version=0.32.2 // Install SecTester.Reporter as a Cake Tool #tool nuget:?package=SecTester.Reporter&version=0.32.2
SecTester.Reporter
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 PlainTextFormatter
that implements a Formatter
interface:
using SecTester.Reporter;
var formatter = new PlainTextFormatter();
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.neuralegion.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 | Versions 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. |
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- SecTester.Scan (>= 0.32.2)
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.4 | 144 | 6/8/2024 |
0.41.3 | 220 | 10/4/2023 |
0.41.2 | 154 | 10/4/2023 |
0.41.1 | 177 | 10/4/2023 |
0.41.0 | 169 | 10/4/2023 |
0.40.0 | 223 | 8/3/2023 |
0.39.1 | 231 | 8/1/2023 |
0.39.0 | 224 | 7/31/2023 |
0.38.0 | 199 | 7/28/2023 |
0.37.0 | 207 | 7/20/2023 |
0.36.0 | 205 | 6/5/2023 |
0.35.1 | 221 | 5/2/2023 |
0.35.0 | 276 | 4/11/2023 |
0.34.0 | 432 | 2/8/2023 |
0.33.7 | 471 | 12/20/2022 |
0.33.6 | 492 | 12/16/2022 |
0.33.5 | 489 | 12/16/2022 |
0.33.4 | 489 | 12/15/2022 |
0.33.3 | 495 | 12/14/2022 |
0.33.2 | 484 | 12/14/2022 |
0.33.1 | 497 | 12/14/2022 |
0.33.0 | 473 | 12/14/2022 |
0.32.8 | 478 | 12/13/2022 |
0.32.7 | 494 | 12/13/2022 |
0.32.6 | 468 | 12/13/2022 |
0.32.5 | 446 | 12/13/2022 |
0.32.4 | 472 | 12/13/2022 |
0.32.3 | 462 | 12/13/2022 |
0.32.2 | 474 | 12/13/2022 |
0.32.1 | 497 | 12/13/2022 |
0.32.0 | 483 | 12/13/2022 |
0.31.0 | 481 | 12/11/2022 |
0.30.1 | 282 | 12/10/2022 |
0.30.0 | 299 | 12/9/2022 |