-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Docs: Update list of support frameworks in Python #5182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Update list of support frameworks in Python #5182
Conversation
So it follows what is we actually support with https://github.com/github/codeql/blob/6eafa9d3968a9f4752ef07e7d5159699591079c3/python/ql/src/semmle/python/Frameworks.qll
@felicitymay I added you as a reviewer, just because I know absolutely nothing about how the docs site is updated, so https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/ gets the new info. I don't think you need to do any review of the actual change, since it just updates the list of supported frameworks. |
:header-rows: 1 | ||
:class: fullWidthTable | ||
:widths: auto | ||
|
||
Name, Category | ||
Bottle, Web framework |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened to e.g. Bottle?
It seems to still be supported? https://github.com/github/codeql/search?q=Bottle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're in the process of moving our queries away from points-to, and use the same approach as the CodeQL libraries for JS does with type-tracking and API graphs. This means that we need to re-model libraries, and so far Bottle has not been prioritized.
Hi @RasmusWL - thanks for the ping. Can you confirm when/where this needs to be updated? Context: we normally update the CodeQL microsite with every new release of the CodeQL CLI (next one due in a couple of weeks) and help.semmle.com with every release of LGTM Enterprise. |
Thanks. Updating the microsite is not critical, so I'm perfectly fine if this update first goes live in a couple of weeks 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. 👍
So it follows what is we actually support with https://github.com/github/codeql/blob/6eafa9d3968a9f4752ef07e7d5159699591079c3/python/ql/src/semmle/python/Frameworks.qll