Skip to content

Commit 582161a

Browse files
committed
Update HTTP links in CodeQL documentation
1 parent 730d04c commit 582161a

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

‎docs/codeql/README.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For example, to generate the HTML output for a project in the
7171
You can use errors reported during the build to debug problems in your source
7272
code, such as broken internal links and malformed tables. You can also check
7373
external links using Sphinx's `external link builder
74-
<http://www.sphinx-doc.org/en/master/usage/builders/index.html#sphinx.builders.linkcheck.CheckExternalLinksBuilder>`__.
74+
<https://www.sphinx-doc.org/en/master/usage/builders/index.html#sphinx.builders.linkcheck.CheckExternalLinksBuilder>`__.
7575

7676
Add the ``-a`` flag to regenerate all output files. By default, only files that
7777
have changed are rebuilt.

‎docs/codeql/codeql-language-guides/codeql-library-for-javascript.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ HTTP framework libraries
762762

763763
The library ``semmle.javacript.frameworks.HTTP`` provides classes modeling common concepts from various HTTP frameworks.
764764

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/>`__.
766766

767767
The most important classes include (all in module ``HTTP``):
768768

@@ -779,7 +779,7 @@ For each framework library, there is a corresponding CodeQL library (for example
779779
Node.js
780780
^^^^^^^
781781

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:
783783

784784
- `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.
785785
- `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
927927
JSON
928928
^^^^
929929

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.
931931

932932
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:
933933

‎docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.12.0.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ New Features
295295
JavaScript/TypeScript
296296
"""""""""""""""""""""
297297

298-
* Improved support for `Restify <http://restify.com/>`__ framework, leading to more results when scanning applications developed with this framework.
298+
* Improved support for `Restify <https://restify.com/>`__ framework, leading to more results when scanning applications developed with this framework.
299299
* Added support for the `Spife <https://github.com/npm/spife>`__ framework.
300300

301301
Shared Libraries

‎docs/codeql/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h3 class="mb-3 text-mono text-gray-light text-normal">Platform</h3>
250250
<ul class="list-style-none f5">
251251
<li class="lh-condensed mb-3"><a href="https://docs.github.com/get-started/exploring-integrations/about-building-integrations"
252252
data-ga-click="Footer, go to api, text:api" class="link-gray">Developer API</a></li>
253-
<li class="lh-condensed mb-3"><a href="http://partner.github.com/"
253+
<li class="lh-condensed mb-3"><a href="https://partner.github.com/"
254254
data-ga-click="Footer, go to partner, text:partner" class="link-gray">Partners</a></li>
255255
<li class="lh-condensed mb-3"><a href="https://github.com/edu"
256256
data-ga-click="Footer, go to education, text:education" class="link-gray">Education</a></li>

‎docs/codeql/ql-language-reference/about-the-ql-language.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Further reading
6666

6767
`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:
6868

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>`__
7070
- `Logic Programming and Databases book <https://doi.org/10.1007/978-3-642-83952-8>`__
7171
- `Foundations of Databases <http://webdam.inria.fr/Alice/>`__
7272
- `Datalog <https://en.wikipedia.org/wiki/Datalog>`__

‎docs/codeql/ql-training/java/apache-struts-java.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RCE in Apache Struts
4141
4242
- Xstream allows deserialization of **dynamic proxies**, which permit remote code execution.
4343

44-
- Disclosed as `CVE-2017-9805 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9805>`__
44+
- Disclosed as `CVE-2017-9805 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9805>`__
4545

4646
- Blog post: https://securitylab.github.com/research/apache-struts-vulnerability-cve-2017-9805
4747

‎docs/codeql/qllexer.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Custom Pygments lexer for highlighting QL code.
33
4-
Based on instructions from http://pygments.org/docs/lexerdevelopment/.
4+
Based on instructions from https://pygments.org/docs/lexerdevelopment/.
55
"""
66

77
import re

‎docs/codeql/reusables/supported-frameworks.rst‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ and the CodeQL library pack ``codeql/go-all`` (`changelog <https://github.com/gi
7474
`AWS Lambda <https://docs.aws.amazon.com/lambda/latest/dg/lambda-golang.html>`_, Serverless framework
7575
`beego <https://beego.me/>`_, Web/logging/database framework
7676
`Chi <https://github.com/go-chi/chi>`_, Web framework
77-
Couchbase (`gocb <https://github.com/couchbase/gocb>`_ and `go-couchbase <http://www.github.com/couchbase/go-couchbase>`_), Database
77+
Couchbase (`gocb <https://github.com/couchbase/gocb>`_ and `go-couchbase <https://www.github.com/couchbase/go-couchbase>`_), Database
7878
`Echo <https://echo.labstack.com/>`_, Web framework
7979
`Gin <https://github.com/gin-gonic/gin>`_, Web framework
8080
`glog <https://github.com/golang/glog>`_, Logging library
@@ -87,7 +87,7 @@ and the CodeQL library pack ``codeql/go-all`` (`changelog <https://github.com/gi
8787
`golang.org/x/crypto/ssh <https://pkg.go.dev/golang.org/x/crypto/ssh>`_, Network communicator
8888
`golang.org/x/net/websocket <https://pkg.go.dev/golang.org/x/net/websocket>`_, Network communicator
8989
`goproxy <https://github.com/elazarl/goproxy>`_, HTTP proxy library
90-
`Gorilla mux <http://www.gorillatoolkit.org/pkg/mux>`_, HTTP request router and dispatcher
90+
`Gorilla mux <https://www.gorillatoolkit.org/pkg/mux>`_, HTTP request router and dispatcher
9191
`Gorilla websocket <https://github.com/gorilla/websocket>`_, Network communicator
9292
`GORM <https://gorm.io/>`_, Database
9393
`GoWebsocket <https://github.com/sacOO7/gowebsocket>`_, Network communicator
@@ -102,9 +102,9 @@ and the CodeQL library pack ``codeql/go-all`` (`changelog <https://github.com/gi
102102
`mongo <https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo>`_, Database
103103
`nhooyr.io/websocket <http://nhooyr.io/websocket>`_, Network communicator
104104
`protobuf <https://pkg.go.dev/google.golang.org/protobuf>`_, Serialization
105-
`Revel <http://revel.github.io/>`_, Web framework
105+
`Revel <https://revel.github.io/>`_, Web framework
106106
`SendGrid <https://github.com/sendgrid/sendgrid-go>`_, Email library
107-
`sqlx <http://jmoiron.github.io/sqlx/>`_, Database
107+
`sqlx <https://jmoiron.github.io/sqlx/>`_, Database
108108
`Squirrel <https://github.com/Masterminds/squirrel>`_, Database
109109
`ws <https://github.com/gobwas/ws>`_, Network communicator
110110
`xmlpath <https://gopkg.in/xmlpath.v2>`_, XPath library
@@ -328,7 +328,7 @@ and the CodeQL library pack ``codeql/rust-all`` (`changelog <https://github.com/
328328
alloc, Standard library
329329
`async-std <https://crates.io/crates/async-std>`__, Asynchronous programming library
330330
`biscotti <https://crates.io/crates/biscotti>`__, Cookie management
331-
`clap <http://crates.io/crates/clap>`__, Utility library
331+
`clap <https://crates.io/crates/clap>`__, Utility library
332332
`cookie <https://crates.io/crates/cookie>`__, Cookie management
333333
core, Standard library
334334
`digest <https://crates.io/crates/digest>`__, Cryptography library

0 commit comments

Comments
 (0)