Removes accidental commits
This commit is contained in:
parent
5b44925a9a
commit
51420f6954
2 changed files with 0 additions and 31 deletions
|
|
@ -1,14 +0,0 @@
|
|||
reduce .findings[] as $finding( []; . + [
|
||||
if $finding | has("subIssues") then
|
||||
$finding.subIssues[] | if . | has("shortSubIssues") then
|
||||
(.shortSubIssues[] | {title: .title, impact: .impact, likelihood: .likelihood})
|
||||
else
|
||||
{title: .title, impact: .impact, likelihood: .likelihood}
|
||||
end
|
||||
elif $finding | has("shortSubIssues") then
|
||||
($finding.shortSubIssues[] | {title: .title, impact: .impact, likelihood: .likelihood})
|
||||
else
|
||||
{title: $finding.title, impact: $finding.impact, likelihood: $finding.likelihood}
|
||||
end] ) |
|
||||
group_by(.likelihood) | map({(.[0].likelihood): .}) | add |
|
||||
map_values(. | group_by(.impact) | map({(.[0].impact): (. | length)}) | add)
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
|
||||
:::indent
|
||||
|
||||
#### Something (\High,\Low)
|
||||
|
||||
some description
|
||||
|
||||
##### Technical Details
|
||||
|
||||
something
|
||||
|
||||
##### Recommendation
|
||||
|
||||
something
|
||||
|
||||
:::
|
||||
something
|
||||
Loading…
Add table
Add a link
Reference in a new issue