mirror of
https://github.com/github/codeql.git
synced 2026-01-08 20:20:34 +01:00
Minor docs updates for Swift public beta
This commit is contained in:
@@ -4,6 +4,7 @@ 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/kotlin-beta-note.rst
|
||||
.. include:: ../reusables/swift-beta-note.rst
|
||||
|
||||
About CWEs
|
||||
##########
|
||||
@@ -36,4 +37,5 @@ Note that the CWE coverage includes both "`supported queries <https://github.com
|
||||
javascript-cwe
|
||||
python-cwe
|
||||
ruby-cwe
|
||||
swift-cwe
|
||||
|
||||
|
||||
@@ -7,11 +7,13 @@ View the query help for the queries included in the ``default``, ``security-exte
|
||||
- :doc:`CodeQL query help for C# <csharp>`
|
||||
- :doc:`CodeQL query help for Go <go>`
|
||||
- :doc:`CodeQL query help for Java and Kotlin <java>`
|
||||
- :doc:`CodeQL query help for JavaScript <javascript>`
|
||||
- :doc:`CodeQL query help for JavaScript and TypeScript <javascript>`
|
||||
- :doc:`CodeQL query help for Python <python>`
|
||||
- :doc:`CodeQL query help for Ruby <ruby>`
|
||||
- :doc:`CodeQL query help for Swift <swift>`
|
||||
|
||||
.. include:: ../reusables/kotlin-beta-note.rst
|
||||
.. include:: ../reusables/swift-beta-note.rst
|
||||
|
||||
.. pull-quote:: Information
|
||||
|
||||
@@ -36,4 +38,5 @@ For a full list of the CWEs covered by these queries, see ":doc:`CodeQL CWE cove
|
||||
javascript
|
||||
python
|
||||
ruby
|
||||
swift
|
||||
codeql-cwe-coverage
|
||||
|
||||
8
docs/codeql/query-help/swift-cwe.md
Normal file
8
docs/codeql/query-help/swift-cwe.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# CWE coverage for Swift
|
||||
|
||||
An overview of CWE coverage for Swift in the latest release of CodeQL.
|
||||
|
||||
## Overview
|
||||
|
||||
<!-- autogenerated CWE coverage table will be added below -->
|
||||
|
||||
10
docs/codeql/query-help/swift.rst
Normal file
10
docs/codeql/query-help/swift.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
CodeQL query help for Swift
|
||||
===========================
|
||||
|
||||
.. include:: ../reusables/query-help-overview.rst
|
||||
|
||||
These queries are published in 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>`__).
|
||||
|
||||
For shorter queries that you can use as building blocks when writing your own queries, see the `example queries in the CodeQL repository <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/examples>`__.
|
||||
|
||||
.. include:: toc-swift.rst
|
||||
@@ -30,7 +30,7 @@ For more language-specific information on analyzing data flow, see:
|
||||
- ":ref:`Analyzing data flow in JavaScript/TypeScript <analyzing-data-flow-in-javascript-and-typescript>`"
|
||||
- ":ref:`Analyzing data flow in Python <analyzing-data-flow-in-python>`"
|
||||
- ":ref:`Analyzing data flow in Ruby <analyzing-data-flow-in-ruby>`"
|
||||
|
||||
- ":ref:`Analyzing data flow in Swift <analyzing-data-flow-in-swift>`"
|
||||
|
||||
Path query examples
|
||||
*******************
|
||||
|
||||
Reference in New Issue
Block a user