Commit 59f00f7
authored
fix: analysis of an empty manifest returns non-zero scanned deps (guacsec#422)
fix: analysis of an empty go manifest returns non-zero scanned depenedencies1 parent 608d6fa commit 59f00f7
90 files changed
Lines changed: 9791 additions & 9749 deletions
File tree
- src
- test/providers/tst_manifests
- cargo
- cargo_single_crate_no_ignore
- cargo_single_crate_with_exhortignore
- cargo_single_crate_with_ignore
- cargo_single_crate_with_license
- cargo_virtual_workspace_glob_members
- cargo_virtual_workspace_with_exhortignore
- cargo_virtual_workspace_with_ignore
- cargo_virtual_workspace_with_license
- cargo_virtual_workspace_with_workspace_deps
- cargo_virtual_workspace
- cargo_workspace_with_root_exhortignore
- cargo_workspace_with_root_ignore
- cargo_workspace_with_root
- golang
- go_mod_empty
- go_mod_light_no_ignore
- go_mod_mvs_versions
- go_mod_no_ignore
- go_mod_test_ignore
- go_mod_with_all_ignore
- go_mod_with_ignore
- gradle
- deps_with_ignore_full_specification
- deps_with_ignore_named_params
- deps_with_ignore_notations
- deps_with_no_ignore_common_paths
- js-common
- package_json_deps_with_exhortignore_object
- package_json_deps_without_exhortignore_object
- maven
- pom_deps_with_ignore_on_artifact
- pom_deps_with_ignore_on_dependency
- pom_deps_with_ignore_on_group
- pom_deps_with_ignore_on_version
- pom_deps_with_ignore_on_wrong
- pom_deps_with_ignore_version_from_property
- pom_deps_with_no_ignore_common_paths
- pom_deps_with_no_ignore
- pom_with_multiple_modules
- pom_with_one_module
- poms_deps_with_2_ignore_long
- poms_deps_with_ignore_long
- poms_deps_with_no_ignore_long
- npm
- package_json_deps_with_exhortignore_object
- package_json_deps_without_exhortignore_object
- pip
- pip_requirements_txt_ignore
- pip_requirements_txt_no_ignore
- pip_requirements_virtual_env_txt_no_ignore
- pip_requirements_virtual_env_with_ignore
- pnpm
- package_json_deps_with_exhortignore_object
- package_json_deps_without_exhortignore_object
- yarn-berry
- package_json_deps_with_exhortignore_object
- package_json_deps_without_exhortignore_object
- yarn-classic
- package_json_deps_with_exhortignore_object
- package_json_deps_without_exhortignore_object
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
161 | | - | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 16 | | |
24 | 17 | | |
25 | 18 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 16 | | |
24 | 17 | | |
25 | 18 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 16 | | |
24 | 17 | | |
25 | 18 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 16 | | |
24 | 17 | | |
25 | 18 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 16 | | |
24 | 17 | | |
25 | 18 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 16 | | |
24 | 17 | | |
25 | 18 | | |
| |||
Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 23 | | |
38 | 24 | | |
39 | 25 | | |
| |||
Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 23 | | |
38 | 24 | | |
39 | 25 | | |
| |||
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 15 | + | |
24 | 16 | | |
25 | 17 | | |
0 commit comments