Use JS-X-Ray web export to complete the list
|
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 })); |
Use JS-X-Ray web export to complete the list
cli/workspaces/documentation-ui/index.js
Lines 14 to 26 in 4f3f267