Skip to content

Commit 3890d3d

Browse files
committed
Add CEL autocompletion for is_kev
Signed-off-by: nscuro <nscuro@protonmail.com>
1 parent aaec6a4 commit 3890d3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/views/policy/celCompletions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ const TYPES = {
127127
epss_percentile: 'double',
128128
cvssv4_vector: 'string',
129129
cvssv4_score: 'double',
130+
is_kev: 'bool',
130131
},
131132
'Vulnerability.Alias': {
132133
id: 'string',

0 commit comments

Comments
 (0)