Jon Janego
|
3f653dd3e8
|
Update changelog to include new CodeQL CLI version
|
2025-02-07 09:50:33 -06:00 |
|
Nora Dimitrijević
|
e455a6c5d7
|
Update docs to remove BigInt avg
|
2025-02-05 14:27:21 +01:00 |
|
Paolo Tranquilli
|
48427b6700
|
Swift: update supported version in docs
|
2025-02-05 10:39:39 +01:00 |
|
Owen Mansel-Chan
|
a3de138ec2
|
Merge pull request #18511 from owen-mc/go/docs/data-flow
Update documentation on data flow in Go (and some small fixes for java)
|
2025-02-03 11:11:04 +00:00 |
|
Jonas Jensen
|
455eb5bf9b
|
QL spec: fix typo
|
2025-01-30 13:09:15 +01:00 |
|
Jonas Jensen
|
865073a75a
|
QL spec: result of looking through float
I searched for `float` everywhere in the QL language reference and
considered whether each occurrence should be generalised to cover
`BigInt`.
|
2025-01-28 13:58:17 +01:00 |
|
Jonas Jensen
|
e7f3e03c40
|
QL spec: Fix up pre-BigInt language
|
2025-01-27 14:50:41 +01:00 |
|
Florin Coada
|
a76e9a4c21
|
Add changelog entries for CodeQL CLI versions 2.20.1 to 2.20.3
|
2025-01-24 16:59:30 +00:00 |
|
Asger F
|
8771bf81b3
|
Mention view-component-input in docs and threat model grouping
|
2025-01-22 11:23:05 +01:00 |
|
erik-krogh
|
28dd2ca83c
|
update missing TS support doc
|
2025-01-21 22:27:57 +01:00 |
|
Owen Mansel-Chan
|
da86668cfd
|
(Multiple languages) Use slightly clearer wording
|
2025-01-20 22:10:33 +00:00 |
|
Owen Mansel-Chan
|
7ff9fcb445
|
(Multiple languages) Simplify taint tracking example
|
2025-01-20 22:10:31 +00:00 |
|
Owen Mansel-Chan
|
d46899d37b
|
(Multiple languages) Be clearer about which query is being discussed
|
2025-01-20 22:10:29 +00:00 |
|
Owen Mansel-Chan
|
6d9daec514
|
(Multiple languages) Use active voice
|
2025-01-20 22:10:27 +00:00 |
|
Owen Mansel-Chan
|
4585c8caf2
|
(Multiple languages) Clarify defn of barriers
|
2025-01-20 22:10:25 +00:00 |
|
Owen Mansel-Chan
|
d1d6b520e1
|
(Multiple languages) "global data flow paths"
|
2025-01-20 22:10:24 +00:00 |
|
Owen Mansel-Chan
|
ed44db71d2
|
Explain StringOps::Formatting::Range, with a link
|
2025-01-20 22:10:22 +00:00 |
|
Ian Lynagh
|
cec503eecd
|
Kotlin: Fix build with 2.1.20-Beta1
|
2025-01-20 14:31:58 +00:00 |
|
Owen Mansel-Chan
|
549baba330
|
Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-go.rst
Co-authored-by: Chris Smowton <smowton@github.com>
|
2025-01-16 15:03:40 +00:00 |
|
Owen Mansel-Chan
|
26b8758108
|
Fix indentation in code block
|
2025-01-16 13:48:46 +00:00 |
|
Owen Mansel-Chan
|
75424f3010
|
Update java data flow docs: two misc improvements
Copied from the C# equivalent.
|
2025-01-16 12:06:23 +00:00 |
|
Owen Mansel-Chan
|
037ce3d3df
|
Update java data flow docs: Add 5 missing "import java"s
|
2025-01-16 12:05:42 +00:00 |
|
Owen Mansel-Chan
|
9785aac8be
|
Update java data flow docs: update use of deprecated class
|
2025-01-16 12:04:45 +00:00 |
|
Owen Mansel-Chan
|
4f2d7ade5b
|
Delete old docs for data flow in Go
|
2025-01-16 12:03:14 +00:00 |
|
Owen Mansel-Chan
|
cab9c64fbc
|
Add docs for data flow in Go
Mostly based on the java and C# equivalents.
|
2025-01-16 12:02:37 +00:00 |
|
Asger F
|
6cd9752289
|
Merge pull request #18467 from github/js/shared-dataflow-branch
JS: Migrate to shared data flow library (targeting main!) 🚀
|
2025-01-16 11:28:57 +01:00 |
|
Jeroen Ketema
|
35f90a6101
|
Drop C++20 beta notification from docs
|
2025-01-10 16:17:46 +01:00 |
|
Asger F
|
10d5d09ad1
|
JS: Polish taint-tracking section in response to review comment
|
2025-01-08 14:45:31 +01:00 |
|
Nora Dimitrijević
|
b5935fcd2d
|
Language reference: mention BigInt.bitLength()
|
2025-01-08 14:01:01 +01:00 |
|
Asger F
|
ecccc7ce8c
|
Update docs/codeql/codeql-language-guides/migrating-javascript-dataflow-queries.rst
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2025-01-08 12:26:42 +01:00 |
|
Asger F
|
26d85d5ece
|
Apply suggestions from code review
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2025-01-08 12:26:18 +01:00 |
|
Asger F
|
e7d267e5d2
|
JS: Add migration guide and change note
|
2025-01-08 09:12:38 +01:00 |
|
Ian Lynagh
|
8652f611b7
|
Update docs/codeql/reusables/supported-versions-compilers.rst
Co-authored-by: Edward Minnix III <egregius313@github.com>
|
2025-01-07 12:51:21 +00:00 |
|
Ian Lynagh
|
c5ebc19a28
|
Java: Clarify supported langauge features
|
2025-01-06 12:31:46 +00:00 |
|
Florin Coada
|
82fdd1125c
|
Update docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.20.0.rst
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
|
2024-12-20 12:50:05 +02:00 |
|
Florin Coada
|
5c5049e5fd
|
Fix typo in CodeQL changelog entry
|
2024-12-20 12:35:40 +02:00 |
|
Florin Coada
|
66f3b718a6
|
Update docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.20.0.rst
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
|
2024-12-20 12:19:53 +02:00 |
|
Florin Coada
|
3bd8d7c0bb
|
Update CodeQL changelog for versions 2.19.4 and 2.20.0
|
2024-12-20 11:37:33 +02:00 |
|
Asger F
|
3acd4814de
|
Merge branch 'main' into js/shared-dataflow-merge-main
|
2024-12-19 10:14:38 +01:00 |
|
Asger F
|
cf6d166d29
|
JS: Also update tutorial code
|
2024-12-16 15:35:47 +01:00 |
|
Asger F
|
27e61a1f3d
|
JS: Also update cheat sheet
|
2024-12-03 12:00:30 +01:00 |
|
Asger F
|
89463d73f5
|
JS: Remove mention of isAdditionalTaintStep
|
2024-12-03 11:51:46 +01:00 |
|
Asger F
|
935e1c065a
|
Update docs/codeql/codeql-language-guides/using-flow-labels-for-precise-data-flow-analysis.rst
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2024-12-03 11:49:45 +01:00 |
|
Asger F
|
89849fae87
|
Update docs/codeql/codeql-language-guides/using-flow-labels-for-precise-data-flow-analysis.rst
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2024-12-03 11:49:34 +01:00 |
|
Asger F
|
5e27257405
|
Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-javascript-and-typescript.rst
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2024-12-03 11:49:22 +01:00 |
|
Asger F
|
404b0f24f2
|
JS: Fix another stray reference to BarrierGuardNode/SanitizerGuardNode
|
2024-12-02 13:29:52 +01:00 |
|
Asger F
|
422c089a39
|
JS: Remove redundant base class in TruthinessCheck
|
2024-12-02 13:26:37 +01:00 |
|
Asger F
|
628f60d2e3
|
JS: Update flow label tutorial
|
2024-12-02 10:34:02 +01:00 |
|
Asger F
|
2db89c1b02
|
JS: Update query17 from intro tutorial
|
2024-12-02 10:04:09 +01:00 |
|
Asger F
|
2722c45737
|
JS: Update global data flow tutorial .rst file
|
2024-12-02 10:04:08 +01:00 |
|