Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
f987122
WORKDIR
urbanswelt Mar 1, 2021
d027243
Bump dot-prop from 4.2.0 to 4.2.1
dependabot[bot] Mar 1, 2021
9bfd599
Bump lodash from 4.17.15 to 4.17.21
dependabot[bot] Mar 1, 2021
3b8e4ba
Bump highlight.js from 9.18.1 to 9.18.5
dependabot[bot] Mar 1, 2021
33087f8
Bump node-fetch from 2.6.0 to 2.6.1
dependabot[bot] Mar 1, 2021
892698b
Merge pull request #5 from urbanswelt/dependabot/npm_and_yarn/node-fe…
urbanswelt Mar 1, 2021
4e5b144
Merge pull request #4 from urbanswelt/dependabot/npm_and_yarn/highlig…
urbanswelt Mar 1, 2021
e528428
Bump ini from 1.3.5 to 1.3.8
dependabot[bot] Mar 1, 2021
85f279a
Merge pull request #3 from urbanswelt/dependabot/npm_and_yarn/lodash-…
urbanswelt Mar 1, 2021
e96f33d
Merge pull request #1 from urbanswelt/dependabot/npm_and_yarn/dot-pro…
urbanswelt Mar 1, 2021
580d5c1
Merge pull request #2 from urbanswelt/dependabot/npm_and_yarn/ini-1.3.8
urbanswelt Mar 1, 2021
830b119
Create codeql-analysis.yml
urbanswelt Mar 1, 2021
78f8b59
Bump y18n from 4.0.0 to 4.0.1
dependabot[bot] Apr 1, 2021
101f6b4
Bump ua-parser-js from 0.7.21 to 0.7.28
dependabot[bot] May 8, 2021
39bafea
Merge pull request #7 from urbanswelt/dependabot/npm_and_yarn/ua-pars…
urbanswelt Jan 29, 2022
ba87321
Merge pull request #6 from urbanswelt/dependabot/npm_and_yarn/y18n-4.0.1
urbanswelt Jan 29, 2022
dc3ae1a
Bump node-fetch from 2.6.1 to 2.6.7
dependabot[bot] Jan 29, 2022
e8dc2d0
Bump tar from 4.4.8 to 4.4.19
dependabot[bot] Jan 29, 2022
badb2d0
Merge pull request #8 from urbanswelt/dependabot/npm_and_yarn/node-fe…
urbanswelt Jan 29, 2022
d4410b5
Merge pull request #9 from urbanswelt/dependabot/npm_and_yarn/tar-4.4.19
urbanswelt Jan 29, 2022
e3da7a2
Bump undefsafe from 2.0.2 to 2.0.5
dependabot[bot] Feb 10, 2022
2406cd5
Merge pull request #10 from urbanswelt/dependabot/npm_and_yarn/undefs…
urbanswelt Feb 13, 2022
d842831
Bump ajv from 6.10.2 to 6.12.6
dependabot[bot] Feb 13, 2022
88bff7b
Merge pull request #11 from urbanswelt/dependabot/npm_and_yarn/ajv-6.…
urbanswelt Feb 13, 2022
cf77d3a
Bump moment from 2.27.0 to 2.29.4
dependabot[bot] Jul 8, 2022
15b2318
Bump terser from 4.8.0 to 4.8.1
dependabot[bot] Jul 21, 2022
dbc9267
Bump moment-timezone from 0.5.31 to 0.5.37
dependabot[bot] Aug 31, 2022
111adee
Bump decode-uri-component from 0.2.0 to 0.2.2
dependabot[bot] Dec 7, 2022
207c6aa
Bump qs and express
dependabot[bot] Dec 12, 2022
0ad2e79
Bump cookiejar from 2.1.2 to 2.1.4
dependabot[bot] Jan 24, 2023
b2881c9
Bump ua-parser-js from 0.7.28 to 0.7.33
dependabot[bot] Jan 27, 2023
3458d64
Merge pull request #13 from urbanswelt/dependabot/npm_and_yarn/moment…
urbanswelt Jan 9, 2024
004ce97
Bump fsevents from 1.2.9 to 1.2.13
dependabot[bot] Jan 9, 2024
a587b2c
Bump crypto-js from 4.0.0 to 4.2.0
dependabot[bot] Jan 9, 2024
db3c685
Merge pull request #14 from urbanswelt/dependabot/npm_and_yarn/terser…
urbanswelt Jan 9, 2024
f3b0a2b
Merge pull request #15 from urbanswelt/dependabot/npm_and_yarn/moment…
urbanswelt Jan 9, 2024
4b2f015
Merge pull request #16 from urbanswelt/dependabot/npm_and_yarn/decode…
urbanswelt Jan 9, 2024
65163fe
Merge pull request #18 from urbanswelt/dependabot/npm_and_yarn/qs-and…
urbanswelt Jan 9, 2024
5bda1d7
Merge pull request #20 from urbanswelt/dependabot/npm_and_yarn/cookie…
urbanswelt Jan 9, 2024
0770ce0
Merge pull request #21 from urbanswelt/dependabot/npm_and_yarn/ua-par…
urbanswelt Jan 9, 2024
f4e1e99
Merge pull request #23 from urbanswelt/dependabot/npm_and_yarn/fseven…
urbanswelt Jan 9, 2024
9fdd75e
Merge pull request #24 from urbanswelt/dependabot/npm_and_yarn/crypto…
urbanswelt Jan 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '43 9 * * 0'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

steps:
- name: Checkout repository
uses: actions/checkout@v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ LABEL author "Wes Lambert, wlambertts@gmail.com"
LABEL description="Dockerised version of Cyberchef server (https://github.com/gchq/CyberChef-server)"
LABEL copyright "Crown Copyright 2020"
LABEL license "Apache-2.0"
WORKDIR /CyberChef-server
COPY . /CyberChef-server
RUN npm cache clean --force && \
npm install /CyberChef-server
Expand Down
Loading