Also look for the CodeQL bundle at the custom GitHub AE endpoint.
This commit is contained in:
parent
781e3bc540
commit
f8c5dacab5
27 changed files with 2159 additions and 3 deletions
2
node_modules/strict-uri-encode/index.js
generated
vendored
Normal file
2
node_modules/strict-uri-encode/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
'use strict';
|
||||
module.exports = str => encodeURIComponent(str).replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`);
|
||||
Loading…
Add table
Add a link
Reference in a new issue