-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
fix: respect default detection depth of 4
1 parent
2d2c348
commit 45a74ea
Showing
29 changed files
with
1,037 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
target | ||
project/target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Simple Monorepo | ||
|
||
This repository contains a number of different projects, both at the root and in directories. | ||
|
||
It is used as a simple test fixture for monorepo and multi-language support on [Snyk.io](https://snyk.io). As such, each "project" is merely the files needed to describe dependencies. |
5 changes: 5 additions & 0 deletions
5
test/acceptance/workspaces/mono-repo-nested/level-1/level-2/Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "rack-cache", "~> 1.1.0" | ||
gem "rack", "~> 1.6.2" | ||
gem "rack-protection", "~> 1.5.0" |
19 changes: 19 additions & 0 deletions
19
test/acceptance/workspaces/mono-repo-nested/level-1/level-2/Gemfile.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
rack (1.6.5) | ||
rack-cache (1.1) | ||
rack (>= 0.4) | ||
rack-protection (1.5.3) | ||
rack | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
rack (~> 1.6.2) | ||
rack-cache (~> 1.1.0) | ||
rack-protection (~> 1.5.0) | ||
|
||
BUNDLED WITH | ||
1.14.3 |
5 changes: 5 additions & 0 deletions
5
test/acceptance/workspaces/mono-repo-nested/level-1/level-2/level-3/level-4/Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "rack-cache", "~> 1.1.0" | ||
gem "rack", "~> 1.6.2" | ||
gem "rack-protection", "~> 1.5.0" |
19 changes: 19 additions & 0 deletions
19
test/acceptance/workspaces/mono-repo-nested/level-1/level-2/level-3/level-4/Gemfile.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
rack (1.6.5) | ||
rack-cache (1.1) | ||
rack (>= 0.4) | ||
rack-protection (1.5.3) | ||
rack | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
rack (~> 1.6.2) | ||
rack-cache (~> 1.1.0) | ||
rack-protection (~> 1.5.0) | ||
|
||
BUNDLED WITH | ||
1.14.3 |
6 changes: 6 additions & 0 deletions
6
...tance/workspaces/mono-repo-nested/level-1/level-2/level-3/level-4/level-5/level-6/Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
source :rubygems | ||
|
||
gem "sinatra" | ||
gem "haml" | ||
gem "httparty" | ||
gem "actionpack" |
71 changes: 71 additions & 0 deletions
71
.../workspaces/mono-repo-nested/level-1/level-2/level-3/level-4/level-5/level-6/Gemfile.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
GEM | ||
remote: http://rubygems.org/ | ||
specs: | ||
actionpack (4.2.5) | ||
actionview (= 4.2.5) | ||
activesupport (= 4.2.5) | ||
rack (~> 1.6) | ||
rack-test (~> 0.6.2) | ||
rails-dom-testing (~> 1.0, >= 1.0.5) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
actionview (4.2.5) | ||
activesupport (= 4.2.5) | ||
builder (~> 3.1) | ||
erubis (~> 2.7.0) | ||
rails-dom-testing (~> 1.0, >= 1.0.5) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
activesupport (4.2.5) | ||
i18n (~> 0.7) | ||
json (~> 1.7, >= 1.7.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.3, >= 0.3.4) | ||
tzinfo (~> 1.1) | ||
builder (3.2.2) | ||
erubis (2.7.0) | ||
haml (3.1.4) | ||
httparty (0.8.1) | ||
multi_json | ||
multi_xml | ||
i18n (0.7.0) | ||
json (1.8.3) | ||
loofah (2.0.3) | ||
nokogiri (>= 1.5.9) | ||
mini_portile2 (2.1.0) | ||
minitest (5.9.1) | ||
multi_json (1.12.1) | ||
multi_xml (0.5.5) | ||
nokogiri (1.6.8.1) | ||
mini_portile2 (~> 2.1.0) | ||
rack (1.6.4) | ||
rack-protection (1.5.3) | ||
rack | ||
rack-test (0.6.3) | ||
rack (>= 1.0) | ||
rails-deprecated_sanitizer (1.0.3) | ||
activesupport (>= 4.2.0.alpha) | ||
rails-dom-testing (1.0.7) | ||
activesupport (>= 4.2.0.beta, < 5.0) | ||
nokogiri (~> 1.6.0) | ||
rails-deprecated_sanitizer (>= 1.0.1) | ||
rails-html-sanitizer (1.0.3) | ||
loofah (~> 2.0) | ||
sinatra (1.3.2) | ||
rack (~> 1.3, >= 1.3.6) | ||
rack-protection (~> 1.2) | ||
tilt (~> 1.3, >= 1.3.3) | ||
thread_safe (0.3.5) | ||
tilt (1.4.1) | ||
tzinfo (1.2.2) | ||
thread_safe (~> 0.1) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
actionpack | ||
haml | ||
httparty | ||
sinatra | ||
|
||
BUNDLED WITH | ||
1.13.2 |
18 changes: 18 additions & 0 deletions
18
...nce/workspaces/mono-repo-nested/level-1/level-2/level-3/level-4/level-5/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
...ceptance/workspaces/mono-repo-nested/level-1/level-2/level-3/level-4/level-5/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "shallow-goof", | ||
"version": "0.0.1", | ||
"description": "A vulnerable demo application", | ||
"homepage": "https://snyk.io/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Snyk/shallow-goof" | ||
}, | ||
"dependencies": { | ||
"qs": "0.0.6", | ||
"node-uuid": "1.4.0" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
test/acceptance/workspaces/mono-repo-nested/level-1/level-2/level-3/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
test/acceptance/workspaces/mono-repo-nested/level-1/level-2/level-3/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "shallow-goof", | ||
"version": "0.0.1", | ||
"description": "A vulnerable demo application", | ||
"homepage": "https://snyk.io/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Snyk/shallow-goof" | ||
}, | ||
"dependencies": { | ||
"qs": "0.0.6", | ||
"node-uuid": "1.4.0" | ||
} | ||
} |
203 changes: 203 additions & 0 deletions
203
...acceptance/workspaces/mono-repo-nested/level-1/node_modules/node-uuid/README.md
Oops, something went wrong.
56 changes: 56 additions & 0 deletions
56
test/acceptance/workspaces/mono-repo-nested/level-1/node_modules/node-uuid/package.json
Oops, something went wrong.
38 changes: 38 additions & 0 deletions
38
test/acceptance/workspaces/mono-repo-nested/level-1/node_modules/qs/Readme.md
Oops, something went wrong.
40 changes: 40 additions & 0 deletions
40
test/acceptance/workspaces/mono-repo-nested/level-1/node_modules/qs/package.json
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
test/acceptance/workspaces/mono-repo-nested/level-1/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "goof", | ||
"version": "0.0.3", | ||
"description": "A vulnerable todo demo application", | ||
"homepage": "https://snyk.io/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Snyk/snyk-todo-list-demo-app/" | ||
}, | ||
"scripts": { | ||
"start": "node app.js", | ||
"cleanup": "mongo express-todo --eval 'db.todos.remove({});'" | ||
}, | ||
"dependencies": { | ||
"body-parser": "1.9.0", | ||
"cookie-parser": "1.3.3", | ||
"ejs": "1.0.0", | ||
"ejs-locals": "1.0.2", | ||
"errorhandler": "1.2.0", | ||
"express": "4.12.4", | ||
"express-fileupload": "0.0.5", | ||
"humanize-ms": "1.0.1", | ||
"marked": "0.3.5", | ||
"method-override": "latest", | ||
"moment": "2.15.1", | ||
"mongoose": "4.2.4", | ||
"morgan": "latest", | ||
"ms": "^0.7.1", | ||
"npmconf": "0.0.24", | ||
"optional": "^0.1.3", | ||
"st": "0.2.4", | ||
"stream-buffers": "^3.0.1", | ||
"tap": "^5.7.0" | ||
} | ||
} |
203 changes: 203 additions & 0 deletions
203
test/acceptance/workspaces/mono-repo-nested/node_modules/node-uuid/README.md
Oops, something went wrong.
56 changes: 56 additions & 0 deletions
56
test/acceptance/workspaces/mono-repo-nested/node_modules/node-uuid/package.json
Oops, something went wrong.
38 changes: 38 additions & 0 deletions
38
test/acceptance/workspaces/mono-repo-nested/node_modules/qs/Readme.md
Oops, something went wrong.
40 changes: 40 additions & 0 deletions
40
test/acceptance/workspaces/mono-repo-nested/node_modules/qs/package.json
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
test/acceptance/workspaces/mono-repo-nested/package-lock.json
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "shallow-goof", | ||
"version": "0.0.1", | ||
"description": "A vulnerable demo application", | ||
"homepage": "https://snyk.io/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Snyk/shallow-goof" | ||
}, | ||
"dependencies": { | ||
"qs": "0.0.6", | ||
"node-uuid": "1.4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters