diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-05 00:08:40 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-05 00:08:40 +0000 |
| commit | b9384429861a2383aed1903ad746484b0be8fb83 (patch) | |
| tree | f9793318cf58409f9ba69767b913581364400511 /spec | |
| parent | ec278fdc439b50419dcfaaec42210813872021ac (diff) | |
Update dotnet test fixtures
Related to changes in https://gitlab.com/gitlab-org/security-products/tests/csharp-nuget-dotnetcore/-/merge_requests/19
Diffstat (limited to 'spec')
4 files changed, 69 insertions, 0 deletions
diff --git a/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.0.json b/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.0.json index b589989..a8ef26c 100644 --- a/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.0.json +++ b/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.0.json @@ -34,6 +34,10 @@ }, { "count": 1, + "name": "https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt" + }, + { + "count": 1, "name": "https://raw.githubusercontent.com/antlr/antlrcs/master/LICENSE.txt" }, { @@ -68,6 +72,18 @@ }, { "license": { + "name": "https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt" + }, + "dependency": { + "name": "Microsoft.ChakraCore", + "description": "", + "pathes": [ + "." + ] + } + }, + { + "license": { "name": "http://go.microsoft.com/fwlink/?LinkId=329770" }, "dependency": { diff --git a/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.1.json b/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.1.json index 61df691..db5f685 100644 --- a/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.1.json +++ b/spec/fixtures/expected/csharp/nuget-dotnetcore/v1.1.json @@ -35,6 +35,10 @@ }, { "count": 1, + "name": "https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt" + }, + { + "count": 1, "name": "https://raw.githubusercontent.com/antlr/antlrcs/master/LICENSE.txt" }, { @@ -82,6 +86,24 @@ { "licenses": [ { + "name": "https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt", + "url": "" + } + ], + "license": { + "name": "https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt" + }, + "dependency": { + "name": "Microsoft.ChakraCore", + "description": "", + "pathes": [ + "." + ] + } + }, + { + "licenses": [ + { "name": "http://go.microsoft.com/fwlink/?LinkId=329770", "url": "" } diff --git a/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json b/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json index c71d478..c25dbdd 100644 --- a/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json +++ b/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json @@ -38,6 +38,12 @@ "count": 1 }, { + "id": "https://github.com/microsoft/chakracore/blob/master/license.txt", + "name": "https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt", + "url": "", + "count": 1 + }, + { "id": "https://raw.githubusercontent.com/antlr/antlrcs/master/license.txt", "name": "https://raw.githubusercontent.com/antlr/antlrcs/master/LICENSE.txt", "url": "", @@ -74,6 +80,17 @@ ] }, { + "name": "Microsoft.ChakraCore", + "url": "", + "description": "", + "paths": [ + "." + ], + "licenses": [ + "https://github.com/microsoft/chakracore/blob/master/license.txt" + ] + }, + { "name": "Microsoft.NETCore.Platforms", "url": "", "description": "", diff --git a/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.1.json b/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.1.json index ce2faac..06918d4 100644 --- a/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.1.json +++ b/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.1.json @@ -27,6 +27,11 @@ "url": "" }, { + "id": "https://github.com/microsoft/chakracore/blob/master/license.txt", + "name": "https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt", + "url": "" + }, + { "id": "https://raw.githubusercontent.com/antlr/antlrcs/master/license.txt", "name": "https://raw.githubusercontent.com/antlr/antlrcs/master/LICENSE.txt", "url": "" @@ -62,6 +67,15 @@ ] }, { + "name": "Microsoft.ChakraCore", + "version": "1.11.18", + "package_manager": "nuget", + "path": "api.net.sln", + "licenses": [ + "https://github.com/microsoft/chakracore/blob/master/license.txt" + ] + }, + { "name": "Microsoft.NETCore.Platforms", "version": "1.1.0", "package_manager": "nuget", |
