Skip to content

Commit d185c87

Browse files
committed
add 'stack-use-after-scope' as keyword to file restricted bugs
1 parent bcd550b commit d185c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/shared/BugFiler.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ export class BugFilerClass extends React.Component {
642642
'heap-use-after-free',
643643
'negative-size-param',
644644
'stack-buffer-overflow',
645+
'stack-use-after-scope',
645646
'use-after-poison',
646647
];
647648
for (const searchTerm of potentialSecurityIssues) {

0 commit comments

Comments
 (0)