Skip to content

ref(grouping): Simplify security report grouping strategies #80726

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

Merged

Conversation

lobsterkatie
Copy link
Member

@lobsterkatie lobsterkatie commented Nov 14, 2024

This simplifies the non-CSP security-related grouping strategies, to no longer require a helper function but instead just return their requisite components directly. (Basically, each one now inlines the helper's return value.) Doing this will allow each one to return a different subclass of BaseGroupingComponent, as will be done in #80722.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 14, 2024
@lobsterkatie lobsterkatie marked this pull request as ready for review November 14, 2024 18:29
@lobsterkatie lobsterkatie requested a review from a team as a code owner November 14, 2024 18:29
@lobsterkatie lobsterkatie force-pushed the kmclb-rename-grouping-component-to-base-grouping-component branch from c48f3b8 to 0992798 Compare November 14, 2024 22:21
@lobsterkatie lobsterkatie force-pushed the kmclb-stop-using-helper-for-security-grouping-strategies branch from 122625d to d4b38fe Compare November 14, 2024 22:22
@lobsterkatie lobsterkatie force-pushed the kmclb-rename-grouping-component-to-base-grouping-component branch from 0992798 to 08d64ab Compare November 14, 2024 23:28
@lobsterkatie lobsterkatie force-pushed the kmclb-stop-using-helper-for-security-grouping-strategies branch from d4b38fe to aa7ffe8 Compare November 14, 2024 23:29
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #80726   +/-   ##
=======================================
  Coverage   78.39%   78.39%           
=======================================
  Files        7207     7207           
  Lines      319517   319515    -2     
  Branches    44005    44005           
=======================================
+ Hits       250490   250492    +2     
+ Misses      62639    62637    -2     
+ Partials     6388     6386    -2     

@lobsterkatie lobsterkatie force-pushed the kmclb-rename-grouping-component-to-base-grouping-component branch from 08d64ab to 9c6cb8a Compare November 15, 2024 00:47
@lobsterkatie lobsterkatie force-pushed the kmclb-stop-using-helper-for-security-grouping-strategies branch from aa7ffe8 to 5c93d6b Compare November 15, 2024 00:47
Base automatically changed from kmclb-rename-grouping-component-to-base-grouping-component to master November 15, 2024 15:20
@lobsterkatie lobsterkatie force-pushed the kmclb-stop-using-helper-for-security-grouping-strategies branch from 5c93d6b to afa4134 Compare November 15, 2024 15:22
@lobsterkatie lobsterkatie merged commit dfd4ba0 into master Nov 15, 2024
50 checks passed
@lobsterkatie lobsterkatie deleted the kmclb-stop-using-helper-for-security-grouping-strategies branch November 15, 2024 18:00
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants