feat: add support pubspec.lock files for dart (#3344)

Co-authored-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
DmitriyLewen
2023-01-10 14:34:53 +03:00
committed by GitHub
parent 0f545cfa96
commit fbd8a13d54
23 changed files with 391 additions and 7 deletions

View File

@@ -147,6 +147,15 @@ func TestFilesystem(t *testing.T) {
},
golden: "testdata/cocoapods.json.golden",
},
{
name: "pubspec.lock",
args: args{
securityChecks: "vuln",
listAllPkgs: true,
input: "testdata/fixtures/fs/pubspec",
},
golden: "testdata/pubspec.lock.json.golden",
},
{
name: "mix.lock",
args: args{