-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
Use JS-X-Ray web export to complete the list
cli/workspaces/documentation-ui/index.js
Lines 14 to 26 in 4f3f267
| const kSASTWarnings = [ | |
| "parsing-error", | |
| "unsafe-import", | |
| "unsafe-regex", | |
| "unsafe-stmt", | |
| "shady-link", | |
| "encoded-literal", | |
| "short-identifiers", | |
| "suspicious-literal", | |
| "suspicious-file", | |
| "obfuscated-code", | |
| "weak-crypto" | |
| ].map((name) => ({ name })); |
Metadata
Metadata
Assignees
Labels
No labels