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

prevent command injection in gitDiff #18

Merged
merged 25 commits into from
Aug 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
340fe8c
Bump lodash.template from 4.4.0 to 4.5.0
dependabot[bot] Dec 28, 2019
5692b3b
Bump mixin-deep from 1.3.1 to 1.3.2
dependabot[bot] Dec 28, 2019
3a55f08
Bump js-yaml from 3.11.0 to 3.13.1
dependabot[bot] Dec 28, 2019
74121cf
Bump ini from 1.3.5 to 1.3.7
dependabot[bot] Dec 10, 2020
9581170
Bump y18n from 4.0.0 to 4.0.1
dependabot[bot] Mar 30, 2021
ecbd039
Bump handlebars from 4.7.3 to 4.7.7
dependabot[bot] May 6, 2021
c6e8d1d
Bump lodash from 4.17.15 to 4.17.21
dependabot[bot] May 7, 2021
2573934
Bump hosted-git-info from 2.8.8 to 2.8.9
dependabot[bot] May 9, 2021
12a1d2e
Bump path-parse from 1.0.6 to 1.0.7
dependabot[bot] Aug 10, 2021
b54f743
Merge remote-tracking branch 'upstream/dependabot/npm_and_yarn/hosted…
draco2003 Aug 12, 2021
562105c
Merge remote-tracking branch 'upstream/dependabot/npm_and_yarn/ini-1.…
draco2003 Aug 12, 2021
d053980
Merge remote-tracking branch 'upstream/dependabot/npm_and_yarn/js-yam…
draco2003 Aug 12, 2021
c399f8a
Merge remote-tracking branch 'upstream/dependabot/npm_and_yarn/lodash…
draco2003 Aug 12, 2021
87f69de
Merge remote-tracking branch 'upstream/dependabot/npm_and_yarn/lodash…
draco2003 Aug 12, 2021
b38d739
Merge remote-tracking branch 'upstream/dependabot/npm_and_yarn/mixin-…
draco2003 Aug 12, 2021
7b66610
Merge remote-tracking branch 'upstream/dependabot/npm_and_yarn/path-p…
draco2003 Aug 12, 2021
f50acc9
Merge remote-tracking branch 'upstream/dependabot/npm_and_yarn/y18n-4…
draco2003 Aug 12, 2021
21a79af
handle input args safer
draco2003 Aug 12, 2021
3bd38a2
fix some typos
draco2003 Aug 12, 2021
aff4eee
fix git_diff syntax and update to lastet to get rid of vulnerabiites,…
draco2003 Aug 12, 2021
38b1358
add current lock file to validate against
draco2003 Aug 12, 2021
8bafedb
revert to previous jest to avoid signature changes in tests for now
draco2003 Aug 12, 2021
a72421d
handle optional parameters for execFile
draco2003 Aug 12, 2021
5dd7a72
make prettier
draco2003 Aug 12, 2021
15016ff
add small tweak from review
draco2003 Aug 12, 2021
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
Loading