mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
JS: Rename the two tutorials
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Advanced data-flow analysis using flow labels
|
||||
=============================================
|
||||
Tutorial: Precise data-flow analysis using flow labels
|
||||
======================================================
|
||||
|
||||
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 @@
|
||||
Tutorial: API modelling with type tracking
|
||||
==========================================
|
||||
Tutorial: API modelling using type tracking
|
||||
===========================================
|
||||
|
||||
This tutorial demonstrates how to build a simple model of the Firebase API in QL
|
||||
using the JavaScript type tracking library.
|
||||
|
||||
Reference in New Issue
Block a user