rename explain-sigma-rules to sigma-rule-details
This commit is contained in:
parent
519c87fb04
commit
657a33a189
7 changed files with 96 additions and 95 deletions
|
@ -48,7 +48,9 @@ async function getSigmaStats() {
|
|||
return {
|
||||
success: true,
|
||||
stats: formattedStats,
|
||||
// Include raw response data for direct use by CLI
|
||||
// Include raw response data for direct use by CLI.
|
||||
// We have one universal function in the CLI to receive responses,
|
||||
// and the CLI will then format each result differently
|
||||
responseData: formattedStats
|
||||
};
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue