Commit dc9c1f3a authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'ce-8654-add_package_name_to_dependency_scanning_report' into 'master'

Update dependency scanning report fixtures

See merge request gitlab-org/gitlab-ce!23542
parents fba57a22 a02a9535
...@@ -11,7 +11,13 @@ ...@@ -11,7 +11,13 @@
"name": "Gemnasium" "name": "Gemnasium"
}, },
"location": { "location": {
"file": "app/pom.xml" "file": "app/pom.xml",
"dependency": {
"package": {
"name": "io.netty/netty"
},
"version": "3.9.1.Final"
}
}, },
"identifiers": [ "identifiers": [
{ {
...@@ -55,7 +61,13 @@ ...@@ -55,7 +61,13 @@
"name": "Gemnasium" "name": "Gemnasium"
}, },
"location": { "location": {
"file": "app/requirements.txt" "file": "app/requirements.txt",
"dependency": {
"package": {
"name": "Django"
},
"version": "1.11.3"
}
}, },
"identifiers": [ "identifiers": [
{ {
...@@ -93,7 +105,13 @@ ...@@ -93,7 +105,13 @@
"name": "Gemnasium" "name": "Gemnasium"
}, },
"location": { "location": {
"file": "rails/Gemfile.lock" "file": "rails/Gemfile.lock",
"dependency": {
"package": {
"name": "nokogiri"
},
"version": "1.8.0"
}
}, },
"identifiers": [ "identifiers": [
{ {
...@@ -131,7 +149,13 @@ ...@@ -131,7 +149,13 @@
"name": "bundler-audit" "name": "bundler-audit"
}, },
"location": { "location": {
"file": "sast-sample-rails/Gemfile.lock" "file": "sast-sample-rails/Gemfile.lock",
"dependency": {
"package": {
"name": "ffi"
},
"version": "1.9.18"
}
}, },
"identifiers": [ "identifiers": [
{ {
......
...@@ -11,7 +11,13 @@ ...@@ -11,7 +11,13 @@
"name": "Gemnasium" "name": "Gemnasium"
}, },
"location": { "location": {
"file": "app/pom.xml" "file": "app/pom.xml",
"dependency": {
"package": {
"name": "io.netty/netty"
},
"version": "3.9.1.Final"
}
}, },
"identifiers": [ "identifiers": [
{ {
...@@ -55,7 +61,13 @@ ...@@ -55,7 +61,13 @@
"name": "Gemnasium" "name": "Gemnasium"
}, },
"location": { "location": {
"file": "app/requirements.txt" "file": "app/requirements.txt",
"dependency": {
"package": {
"name": "Django"
},
"version": "1.11.3"
}
}, },
"identifiers": [ "identifiers": [
{ {
...@@ -93,7 +105,13 @@ ...@@ -93,7 +105,13 @@
"name": "Gemnasium" "name": "Gemnasium"
}, },
"location": { "location": {
"file": "rails/Gemfile.lock" "file": "rails/Gemfile.lock",
"dependency": {
"package": {
"name": "nokogiri"
},
"version": "1.8.0"
}
}, },
"identifiers": [ "identifiers": [
{ {
...@@ -131,7 +149,13 @@ ...@@ -131,7 +149,13 @@
"name": "bundler-audit" "name": "bundler-audit"
}, },
"location": { "location": {
"file": "sast-sample-rails/Gemfile.lock" "file": "sast-sample-rails/Gemfile.lock",
"dependency": {
"package": {
"name": "ffi"
},
"version": "1.9.18"
}
}, },
"identifiers": [ "identifiers": [
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment