Merge pull request #16502 from github/MathiasVP-patch-1

Swift: Remove beta label
This commit is contained in:
Mathias Vorreiter Pedersen
2024-07-15 13:54:34 +01:00
committed by GitHub
10 changed files with 5 additions and 19 deletions

View File

@@ -5,8 +5,6 @@ Analyzing data flow in Swift
You can use CodeQL to track the flow of data through a Swift program to places where the data is used.
.. include:: ../reusables/swift-beta-note.rst
About this article
------------------

View File

@@ -5,7 +5,6 @@ Basic query for Swift code
Learn to write and run a simple CodeQL query using Visual Studio Code with the CodeQL extension.
.. include:: ../reusables/swift-beta-note.rst
.. include:: ../reusables/vs-code-basic-instructions/setup-to-run-queries.rst
About the query

View File

@@ -5,8 +5,6 @@ CodeQL for Swift
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Swift codebases.
.. include:: ../reusables/swift-beta-note.rst
.. toctree::
:hidden:

View File

@@ -3,8 +3,6 @@ CodeQL CWE coverage
You can view the full coverage of MITRE's Common Weakness Enumeration (CWE) or coverage by language for the latest release of CodeQL.
.. include:: ../reusables/swift-beta-note.rst
About CWEs
##########

View File

@@ -12,8 +12,6 @@ View the query help for the queries included in the ``default``, ``security-exte
- :doc:`CodeQL query help for Ruby <ruby>`
- :doc:`CodeQL query help for Swift <swift>`
.. include:: ../reusables/swift-beta-note.rst
.. pull-quote:: Information
Each query help article includes:

View File

@@ -285,8 +285,6 @@ and the CodeQL library pack ``codeql/ruby-all`` (`changelog <https://github.com/
Swift built-in support
================================
.. include:: ../reusables/swift-beta-note.rst
Provided by the current versions of the
CodeQL query pack ``codeql/swift-queries`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/src/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/src>`__)
and the CodeQL library pack ``codeql/swift-all`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/lib/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/lib>`__).

View File

@@ -38,5 +38,5 @@
.. [7] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
.. [8] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python.
.. [9] Requires glibc 2.17.
.. [10] Swift support is currently in beta. Support for the analysis of Swift requires macOS or Linux.
.. [10] Support for the analysis of Swift requires macOS or Linux.
.. [11] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default.

View File

@@ -1,4 +0,0 @@
.. pull-quote:: Note
CodeQL analysis for Swift is currently in beta. During the beta, analysis of Swift code,
and the accompanying documentation, will not be as comprehensive as for other languages.

View File

@@ -1,8 +1,5 @@
# Swift on CodeQL
> [!NOTE]
> CodeQL analysis for Swift is currently in beta. During the beta, analysis of Swift code, and the accompanying documentation, will not be as comprehensive as for other languages.
## Development
### Building the Swift extractor

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Swift support is now out of beta, and generally available.