Skip to content

Commit

Permalink
[backend] add exceptions for criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Oct 1, 2024
1 parent 440dede commit cb74267
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ private ScenarioUtils() {
}

private static final String SCENARIO_RECURRENCE_FILTER = "scenario_recurrence";
private static final String SCENARIO_KILL_CHAIN_PHASES_FILTER = "scenario_kill_chain_phases";
private static final String SCENARIO_TAGS_FILTER = "scenario_tags";

/**
* Manage filters that are not directly managed by the generic mechanics -> scenario_kill_chain_phases
* Manage filters that are not directly managed by the generic mechanics -> scenario_recurrence, scenario_tags, scenario_kill_chain_phases
*/
public static Function<Specification<Scenario>, Specification<Scenario>> handleDeepFilter(
@NotNull final SearchPaginationInput searchPaginationInput) {
Expand Down

0 comments on commit cb74267

Please sign in to comment.