Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Can we get ASTs for some taint paths? #37

Open
jmukund opened this issue Sep 3, 2021 · 1 comment
Open

Can we get ASTs for some taint paths? #37

jmukund opened this issue Sep 3, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@jmukund
Copy link

jmukund commented Sep 3, 2021

Would like to run them through some language models.

@isp1r0
Copy link
Contributor

isp1r0 commented Sep 14, 2021

Hi @jmukund - thanks for taking GoKart out for a test drive! Yes, we're very interested in this use case as well. There is an ssadump standalone utility that is part of the ssautil package and can be used to get this information:
https://pkg.go.dev/golang.org/x/tools/cmd/ssadump

as well as a pretty cool visualizer available at http://goast.yuroyoro.net/ where you can drop a Go source file and see the AST representation. We will prioritize integration of this type of data directly into GoKart in the near future.

@bradlarsen bradlarsen added the enhancement New feature or request label Oct 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants