github / codeql

CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
https://codeql.github.com
MIT License
7.67k stars 1.54k forks source link

Ruby: support HAML template files #15863

Open MaxSchlueter opened 8 months ago

MaxSchlueter commented 8 months ago

It would be nice if CodeQL supported extraction of HAML template files into the database, like it does for ERB template files. One challenge here is that there is no existing tree-sitter grammar for HAML yet, unlike for ERB template files, making it more difficult to integrate with the extractor. Tree-sitter grammar support for HAML has also come up elsewhere: https://github.com/zed-industries/extensions/issues/179

jketema commented 8 months ago

@MaxSchlueter Thanks for the suggestion. We'll take this in consideration.