JS/TS support is old; noting for symmetry with advertised support in Python. Golang support is new as of https://github.com/github/codeql/pull/15373
This commit is contained in:
Chris Smowton 2024-01-19 10:33:40 +00:00 коммит произвёл GitHub
Родитель 7e7175f49d
Коммит e999e38b43
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -51,6 +51,7 @@ and the CodeQL library pack ``codeql/go-all`` (`changelog <https://github.com/gi
:widths: auto
Name, Category
`AWS Lambda <https://docs.aws.amazon.com/lambda/latest/dg/lambda-golang.html>`_, Web framework
`beego <https://beego.me/>`_, Web/logging/database framework
`Chi <https://github.com/go-chi/chi>`_, Web framework
Couchbase (`gocb <https://github.com/couchbase/gocb>`_ and `go-couchbase <http://www.github.com/couchbase/go-couchbase>`_), Database
@ -144,6 +145,7 @@ and the CodeQL library pack ``codeql/javascript-all`` (`changelog <https://githu
Name, Category
angular (modern version), HTML framework
angular.js (legacy version), HTML framework
AWS Lambda, Serverless framework
axios, Network communicator
browser, Runtime environment
EJS, templating language
@ -191,7 +193,7 @@ and the CodeQL library pack ``codeql/python-all`` (`changelog <https://github.co
:widths: auto
Name, Category
AWS Lambda, Web framework
AWS Lambda, Serverless framework
aiohttp.web, Web framework
Django, Web framework
djangorestframework, Web framework