Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #81

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a462d74
Create codeql-analysis.yml
v-mohithgc Apr 18, 2022
d480c31
Bump yargs-parser from 5.0.0 to 5.0.1 in /Extensions/DataSources
dependabot[bot] Apr 18, 2022
1276bcf
Bump async in /Extensions/TeamCity/Src/Tasks/DownloadTeamCityArtifacts
dependabot[bot] Apr 18, 2022
dfbecc5
Bump lodash in /Extensions/TeamCity/Src/Tasks/DownloadTeamCityArtifacts
dependabot[bot] Apr 18, 2022
361b1e2
Merge pull request #7 from v-mohithgc/dependabot/npm_and_yarn/Extensi…
v-mohithgc Apr 18, 2022
36bb447
Merge pull request #6 from v-mohithgc/dependabot/npm_and_yarn/Extensi…
v-mohithgc Apr 18, 2022
1418726
Merge pull request #5 from v-mohithgc/dependabot/npm_and_yarn/Extensi…
v-mohithgc Apr 18, 2022
6b30fb9
Bump elliptic from 6.4.1 to 6.5.4 in /Extensions/DataSources
dependabot[bot] Apr 18, 2022
a395238
Bump y18n from 3.2.1 to 3.2.2 in /Extensions/DataSources
dependabot[bot] Apr 18, 2022
20a6ce8
Merge pull request #3 from v-mohithgc/dependabot/npm_and_yarn/Extensi…
v-mohithgc Apr 18, 2022
9560902
Merge pull request #2 from v-mohithgc/dependabot/npm_and_yarn/Extensi…
v-mohithgc Apr 18, 2022
cf5ecf1
Bump lodash from 4.17.11 to 4.17.21 in /Extensions/DataSources
dependabot[bot] Apr 18, 2022
eec0a2c
Merge pull request #1 from v-mohithgc/dependabot/npm_and_yarn/Extensi…
v-mohithgc Apr 18, 2022
b504018
fix: Extensions/ExternalTfs/Src/Tasks/DownloadExternalBuildArtifacts/…
snyk-bot Apr 18, 2022
13412fc
Merge pull request #8 from v-mohithgc/snyk-fix-373005679ffd5e38b7533d…
v-mohithgc Apr 18, 2022
ed56dac
fix: Extensions/CircleCI/Src/Tasks/DownloadCircleCIArtifacts/package.…
snyk-bot Apr 18, 2022
5ae3d68
Merge pull request #9 from v-mohithgc/snyk-fix-0145e91ebacca6dc4a9c00…
v-mohithgc Apr 18, 2022
3336d85
fix: Extensions/Optimizely/Src/Tasks/OptimizelyX/package.json & Exten…
snyk-bot Apr 18, 2022
f02e758
Merge pull request #10 from v-mohithgc/snyk-fix-fddffc6748aa587ab0208…
v-mohithgc Apr 18, 2022
fd0b871
fix: Extensions/TeamCity/Src/Tasks/DownloadTeamCityArtifacts/package.…
snyk-bot Apr 18, 2022
5e49d43
Merge pull request #11 from v-mohithgc/snyk-fix-7b254926b60be67e0ec08…
v-mohithgc Apr 18, 2022
df77773
fix: upgrade shelljs from 0.3.0 to 0.8.5
snyk-bot Apr 19, 2022
915fdd0
fix: upgrade shelljs from 0.6.1 to 0.8.5
snyk-bot Apr 19, 2022
622933c
fix: upgrade artifact-engine from 1.0.0 to 1.0.2
snyk-bot Apr 19, 2022
4c1fdcd
Merge pull request #23 from v-mohithgc/snyk-upgrade-c9035c259f7b222ac…
v-mohithgc Apr 19, 2022
ac688b3
Merge pull request #26 from v-mohithgc/snyk-upgrade-8bf9a473b145daa8d…
v-mohithgc Apr 20, 2022
715e594
Merge pull request #13 from v-mohithgc/snyk-upgrade-e1775d5ead836ac6b…
v-mohithgc Apr 20, 2022
78aae77
fix: Extensions/GoogleAnalyticsExperiments/Src/UIContribution/package…
snyk-bot Dec 25, 2022
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
70 changes: 70 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# 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: '35 23 * * 2'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'csharp', 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
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@v2

# ℹ️ 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@v2
2 changes: 1 addition & 1 deletion Extensions/Ansible/Src/Tasks/Ansible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "ISC",
"dependencies": {
"scp2": "^0.5.0",
"shelljs": "^0.6.0",
"shelljs": "^0.8.5",
"ssh2": "^0.5.5",
"uuid": "^3.3.2",
"vso-node-api": "6.0.1-preview ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"dependencies": {
"vsts-task-lib": "2.2.1",
"artifact-engine": "0.1.26",
"artifact-engine": "1.0.2",
"@types/node": "^6.0.101",
"underscore": "1.9.1"
"underscore": "1.12.1"
}
}
2 changes: 1 addition & 1 deletion Extensions/Common/lib/vsts-task-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/Microsoft/vsts-task-lib",
"dependencies": {
"q": "^1.1.2",
"shelljs": "^0.3.0"
"shelljs": "^0.8.5"
},
"devDependencies": {
"del": "^1.2.0",
Expand Down
Loading