You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-language-guides/codeql-library-for-javascript.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -762,7 +762,7 @@ HTTP framework libraries
762
762
763
763
The library ``semmle.javacript.frameworks.HTTP`` provides classes modeling common concepts from various HTTP frameworks.
764
764
765
-
Currently supported frameworks are `Express <https://expressjs.com/>`__, the standard Node.js ``http`` and ``https`` modules, `Connect <https://github.com/senchalabs/connect>`__, `Koa <https://koajs.com>`__, `Hapi <https://hapi.dev/>`__ and `Restify <http://restify.com/>`__.
765
+
Currently supported frameworks are `Express <https://expressjs.com/>`__, the standard Node.js ``http`` and ``https`` modules, `Connect <https://github.com/senchalabs/connect>`__, `Koa <https://koajs.com>`__, `Hapi <https://hapi.dev/>`__ and `Restify <https://restify.com/>`__.
766
766
767
767
The most important classes include (all in module ``HTTP``):
768
768
@@ -779,7 +779,7 @@ For each framework library, there is a corresponding CodeQL library (for example
779
779
Node.js
780
780
^^^^^^^
781
781
782
-
The ``semmle.javascript.NodeJS`` library provides support for working with `Node.js <http://nodejs.org/>`__ modules through the following classes:
782
+
The ``semmle.javascript.NodeJS`` library provides support for working with `Node.js <https://nodejs.org/>`__ modules through the following classes:
783
783
784
784
- `NodeModule <https://codeql.github.com/codeql-standard-libraries/javascript/semmle/javascript/NodeJS.qll/type.NodeJS$NodeModule.html>`__: a top-level that defines a Node.js module; see the section on `Modules <#modules>`__ for more information.
785
785
- `Require <https://codeql.github.com/codeql-standard-libraries/javascript/semmle/javascript/NodeJS.qll/type.NodeJS$Require.html>`__: a call to the special ``require`` function that imports a module.
@@ -927,7 +927,7 @@ However, unlike HTML, JSX is interleaved with JavaScript, hence `JSXElement <htt
927
927
JSON
928
928
^^^^
929
929
930
-
The ``semmle.javascript.JSON`` library provides support for working with `JSON <http://json.org/>`__ files that were processed by the JavaScript extractor when building the CodeQL database.
930
+
The ``semmle.javascript.JSON`` library provides support for working with `JSON <https://json.org/>`__ files that were processed by the JavaScript extractor when building the CodeQL database.
931
931
932
932
JSON files are modeled as trees of JSON values. Each JSON value is represented by an entity of class `JSONValue <https://codeql.github.com/codeql-standard-libraries/javascript/semmle/javascript/JSON.qll/type.JSON$JSONValue.html>`__, which provides the following member predicates:
Copy file name to clipboardExpand all lines: docs/codeql/ql-language-reference/about-the-ql-language.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Further reading
66
66
67
67
`Academic references <https://codeql.github.com/publications/>`__ also provide an overview of QL and its semantics. Other useful references on database query languages and Datalog:
68
68
69
-
- `Database theory: Query languages <http://www.lsv.fr/~segoufin/Papers/Mypapers/DB-chapter.pdf>`__
69
+
- `Database theory: Query languages <https://www.lsv.fr/~segoufin/Papers/Mypapers/DB-chapter.pdf>`__
70
70
- `Logic Programming and Databases book <https://doi.org/10.1007/978-3-642-83952-8>`__
71
71
- `Foundations of Databases <http://webdam.inria.fr/Alice/>`__
0 commit comments