Skip to content

What is the fullform of LGTM? #166

Discussion options

You must be logged in to vote

LGTM.com (Looks Good To Me) is a SAST based code analysis tool. The technology behind it is called CodeQL which creates a database that represents the code you are analyzing. It includes a full representation of the AST as well as a data flow graph and many other enrichments which you can then query against with the CodeQL language.

You can use these CodeQL queries to describe and narrow in on known vulnerability patterns in a given database or set of databases. CodeQL comes with an extensive (and always growing) collection of such vulnerability queries built in for all the languages it supports.

LGTM.com is essentially an enterprise frontend to the CodeQL technology, but you can also use…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by xcorail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants