-
Notifications
You must be signed in to change notification settings - Fork 566
/
CODEOWNERS
Validating CODEOWNERS rules...
133 lines (127 loc) · 6.16 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
* @snyk/hammer @snyk/snyk-open-source
# monorepo packages
packages/snyk-fix/ @snyk/tech-services
packages/snyk-protect/ @snyk/hammer
packages/cli-alert/ @snyk/hammer
README.md @snyk/hammer
CONTRIBUTING.md @snyk/hammer
release-scripts/hcl-to-json-parser-generator/ @snyk/group-infrastructure-as-code
release-scripts/hcl-to-json-parser-generator-v2/ @snyk/group-infrastructure-as-code
src/cli/commands/test @snyk/snyk-open-source
src/cli/commands/monitor @snyk/snyk-open-source
src/cli/commands/test/formatters/format-reachability.ts @snyk/tardis
help/ @snyk/hammer
help/cli-commands/iac*.md @snyk/group-infrastructure-as-code @snyk/hammer
src/cli/commands/test/iac-local-execution/ @snyk/group-infrastructure-as-code
src/cli/commands/test/iac-output.ts @snyk/group-infrastructure-as-code
src/cli/commands/test/iac-test-shim.ts @snyk/group-infrastructure-as-code
src/cli/commands/describe.ts @snyk/group-infrastructure-as-code
src/cli/commands/report/ @snyk/group-infrastructure-as-code
src/cli/commands/gen-driftignore.ts @snyk/group-infrastructure-as-code
src/cli/commands/apps @snyk/moose
src/lib/apps @snyk/moose
src/lib/cloud-config-projects.ts @snyk/group-infrastructure-as-code
src/lib/container @snyk/magma
src/lib/plugins @snyk/snyk-open-source
src/lib/plugins/sast/ @snyk/nebula
test/fixtures/sast/ @snyk/nebula
test/jest/unit/snyk-code/ @snyk/nebula
src/lib/formatters/iac-output.ts @snyk/group-infrastructure-as-code
src/lib/iac/ @snyk/group-infrastructure-as-code
src/lib/snyk-test/iac-test-result.ts @snyk/group-infrastructure-as-code
src/lib/snyk-test/payload-schema.ts @snyk/group-infrastructure-as-code
src/lib/snyk-test/run-iac-test.ts @snyk/group-infrastructure-as-code
test/acceptance/cli-test/iac/ @snyk/group-infrastructure-as-code
test/fixtures/basic-apk/ @snyk/magma
test/fixtures/container-app-vulns/ @snyk/magma
test/fixtures/container-projects/ @snyk/capsule @snyk/magma
test/fixtures/docker/ @snyk/capsule @snyk/magma
test/fixtures/iac/ @snyk/group-infrastructure-as-code
test/smoke/spec/iac/ @snyk/group-infrastructure-as-code
test/smoke/spec/snyk_code_spec.sh @snyk/nebula
test/smoke/spec/snyk_basic_spec.sh @snyk/hammer
test/smoke/.iac-data/ @snyk/group-infrastructure-as-code
test/jest/unit/lib/formatters/iac-output.spec.ts @snyk/group-infrastructure-as-code
test/jest/unit/lib/formatters/test/format-test-results.spec.ts @snyk/hammer @snyk/snyk-open-source @snyk/magma
test/jest/unit/iac/ @snyk/group-infrastructure-as-code
test/jest/unit/lib/iac/ @snyk/group-infrastructure-as-code
test/jest/acceptance/iac/ @snyk/group-infrastructure-as-code
test/jest/acceptance/snyk-apps @snyk/moose
src/lib/errors/invalid-iac-file.ts @snyk/group-infrastructure-as-code
src/lib/errors/unsupported-options-iac-error.ts @snyk/group-infrastructure-as-code
src/lib/errors/describe-required-argument-error.ts @snyk/group-infrastructure-as-code
src/lib/errors/describe-exclusive-argument-error.ts @snyk/group-infrastructure-as-code
src/lib/errors/no-supported-sast-files-found.ts @snyk/nebula
help/commands-docs/iac-examples.md @snyk/group-infrastructure-as-code
help/commands-docs/iac.md @snyk/group-infrastructure-as-code
test/jest/util/ @snyk/hammer
dangerfile.js @snyk/hammer
/package.json @snyk/hammer
/package-lock.json @snyk/hammer
/config.default.js @snyk/hammer
/webpack.common.js @snyk/hammer
/webpack.dev.js @snyk/hammer
/webpack.prod.js @snyk/hammer
/tsconfig.json @snyk/hammer
/tsconfig.settings.json @snyk/hammer
CODEOWNERS @snyk/hammer
/docker @snyk/hammer
src/cli/commands/log4shell-hashes.ts @snyk/tundra
src/cli/commands/log4shell.ts @snyk/tundra
test/fixtures/unmanaged-log4j-fixture @snyk/tundra
test/jest/acceptance/snyk-log4shell/log4shell-detection.spec.ts @snyk/tundra
/.github @snyk/hammer
# tap tests ownership
test/tap/cli-monitor/ @snyk/snyk-open-source
test/tap/cli-test/ @snyk/snyk-open-source
test/tap/args.test.ts @snyk/hammer
test/tap/auth.test.ts @snyk/hammer
test/tap/cli-fail-on-docker.test.ts @snyk/hammer
test/tap/cli-fail-on-pinnable.test.ts @snyk/snyk-open-source
test/tap/cli-monitor.acceptance.test.ts @snyk/snyk-open-source
test/tap/cli-test.acceptance.test.ts @snyk/snyk-open-source
test/tap/cli.test.ts @snyk/hammer
test/tap/container.test.ts @snyk/capsule
test/tap/display-test-results.test.ts @snyk/snyk-open-source
test/tap/docker-token.test.ts @snyk/capsule
test/tap/endpoint-config.test.ts @snyk/hammer
test/tap/find-files.test.ts @snyk/snyk-open-source
test/tap/monitor-target.test.ts @snyk/snyk-open-source
test/tap/proxy.test.js @snyk/hammer
test/tap/reachable-vulns.test.ts @snyk/flow
test/tap/remote-package.test.ts @snyk/snyk-open-source
test/tap/request.test.ts @snyk/hammer
test/tap/run-test.test.ts @snyk/snyk-open-source
test/tap/severity-threshold.test.ts @snyk/snyk-open-source
test/tap/sln-app.test.ts @snyk/snyk-open-source
test/tap/sub-process.test.js @snyk/snyk-open-source
test/tap/user-config.test.ts @snyk/snyk-open-source
test/tap/vulnerable-path-output.js @snyk/snyk-open-source
# protect
test/tap/cli-protect-no-vulns-to-patch.test.ts @snyk/hammer
test/tap/patch-fetch-fail.test.ts @snyk/hammer
test/tap/cli-protect.test.ts @snyk/hammer
test/tap/prompt-instrument.test.ts @snyk/hammer
test/tap/prompt-next-step.test.ts @snyk/hammer
test/tap/prompts-no-remediation.test.ts @snyk/hammer
test/tap/prompts-show-original-severity.test.ts @snyk/hammer
test/tap/prompts.test.ts @snyk/hammer
test/tap/protect-apply-same-patch-again.test.js @snyk/hammer
test/tap/protect-config.test.ts @snyk/hammer
test/tap/protect-factors-pre-tarred.test.ts @snyk/hammer
test/tap/protect-fail.test.js @snyk/hammer
test/tap/protect-ignore.test.js @snyk/hammer
test/tap/protect-patch-filter.test.js @snyk/hammer
test/tap/protect-patch-order.test.ts @snyk/hammer
test/tap/protect-patch-same-pkg.test.js @snyk/hammer
test/tap/protect-semver-patch.test.ts @snyk/hammer
# wizard
test/tap/cli-wizard.acceptance.test.ts @snyk/hammer
test/tap/wizard-instrumented.js @snyk/hammer
test/tap/wizard-package-changes.test.ts @snyk/hammer
test/tap/wizard-patch-generates-policy.test.js @snyk/hammer
test/tap/wizard-patch-multiple-locations.test.ts @snyk/hammer
test/tap/wizard-prepare.test.js @snyk/hammer
test/tap/wizard-prepublish.test.js @snyk/hammer
test/tap/wizard-process-answers.test.js @snyk/hammer
test/tap/wizard-shrinkwrap.test.ts @snyk/hammer