Does AWS Inspector has a plan on supporting Typescript in the future?

0

Currently we are running Inspector to detect code & package vulnerability to a transpiled Typescript file ("we included an obvious code & package vulnerability in the code for testing") to Javascript file on a Lambda Function. But Inspector doesn't seem to detect those vulnerabilities.

  • please accept the answer if it was useful

Keithu
asked 3 months ago148 views
1 Answer
3
Accepted Answer

Here is a list of supported programming languages

https://docs.aws.amazon.com/inspector/latest/user/supported.html#supported-programming-languages-lambda-code

I'm not sure you can get precise information about terms, when new languages will be supported. Even if some AWS employees know it, they will not tell. You can just wait or use 3d party alternatives, for example Snyk

https://snyk.io/code-checker/typescript/

profile picture
EXPERT
answered 3 months ago
profile picture
EXPERT
Artem
reviewed 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions