Skip to content

Commit

Permalink
Merge pull request #84 from CybercentreCanada/feature/whitelist
Browse files Browse the repository at this point in the history
Typo in histogram query
  • Loading branch information
cccs-sgaron authored Jun 17, 2021
2 parents d5c1c6c + 6784b6e commit 97da512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/routes/manage/safelist_detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const SafelistDetail = ({ safelist_id, close }: SafelistDetailProps) => {
body: {
query:
safelist.type === 'file'
? `result.sections.tags.signature.name:"SAFELIST_${safelist_id || id}"`
? `result.sections.heuristic.signature.name:"SAFELIST_${safelist_id || id}"`
: `result.sections.safelisted_tags.${safelist.tag.type}:"${safelist.tag.value}"`,
mincount: 0,
start: 'now-30d/d',
Expand Down

0 comments on commit 97da512

Please sign in to comment.