mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
pre-migration tasks: replace titles
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
AST class reference
|
||||
===================
|
||||
Abstract syntax tree classes for JavaScript and TypeScript
|
||||
==========================================================
|
||||
|
||||
Statement classes
|
||||
-----------------
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Data flow cheat sheet
|
||||
=====================
|
||||
Data flow cheat sheet for JavaScript
|
||||
====================================
|
||||
|
||||
This page describes parts of the JavaScript libraries commonly used for variant analysis and in data flow queries.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Tutorial: Precise data-flow analysis using flow labels
|
||||
======================================================
|
||||
Using flow labels for precise data flow analysis
|
||||
================================================
|
||||
|
||||
You can use basic inter-procedural data-flow analysis and taint tracking as described in
|
||||
:doc:`Analyzing data flow in JavaScript/TypeScript <dataflow>` to check whether there is a path in
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Introducing the CodeQL libraries for JavaScript
|
||||
===============================================
|
||||
CodeQL libraries for JavaScript
|
||||
===============================
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Introducing the CodeQL libraries for TypeScript
|
||||
===============================================
|
||||
CodeQL libraries for TypeScript
|
||||
===============================
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Tutorial: API modelling using type tracking
|
||||
===========================================
|
||||
Using type tracking for API modeling
|
||||
====================================
|
||||
|
||||
This tutorial demonstrates how to build a simple model of the Firebase API
|
||||
using the CodeQL type-tracking library for JavaScript.
|
||||
|
||||
Reference in New Issue
Block a user