Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add severity computation details #1195

Merged
merged 7 commits into from
Aug 30, 2023

Conversation

cfabianski
Copy link
Collaborator

@cfabianski cfabianski commented Aug 17, 2023

Description

Add details for severity computation to SaaS report payload

    "severity_meta": {
          "rule_severity": "low",
          "sensitive_data_categories": [
            "PII",
            "Personal Data"
          ],
          "local_data_types": false,
          "sensitive_data_category_weighting": 2,
          "rule_severity_weighting": 2,
          "final_weighting": 4,
          "display_severity": "medium"
        }

Checklist

  • I've added test coverage that shows my fix or feature works as expected.
  • I've updated or added documentation if required.
  • I've included usage information in the description if CLI behavior was updated or added.
  • PR title follows Conventional Commits format

pkg/report/output/security/security.go Outdated Show resolved Hide resolved
@cfabianski cfabianski force-pushed the feat/include-severity-computation-steps branch from c8d6d8c to 3ec6a54 Compare August 18, 2023 08:23
@gotbadger gotbadger self-assigned this Aug 18, 2023
@gotbadger gotbadger assigned elsapet and unassigned gotbadger Aug 28, 2023
@elsapet elsapet force-pushed the feat/include-severity-computation-steps branch 2 times, most recently from 8a1a46f to baa3e9b Compare August 29, 2023 13:43
@elsapet elsapet requested a review from didroe August 29, 2023 14:13
@elsapet elsapet force-pushed the feat/include-severity-computation-steps branch from baa3e9b to bb8b955 Compare August 29, 2023 14:17
@elsapet elsapet force-pushed the feat/include-severity-computation-steps branch from bb8b955 to a206bc3 Compare August 30, 2023 13:47
@elsapet elsapet force-pushed the feat/include-severity-computation-steps branch from a206bc3 to cc4b3a6 Compare August 30, 2023 13:55
@elsapet elsapet merged commit d723dbb into main Aug 30, 2023
8 checks passed
@elsapet elsapet deleted the feat/include-severity-computation-steps branch August 30, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants