Skip to content

Commit 5252dd1

Browse files
authored
Update MAINTAINERS.md (#1766)
Update maintainers to include folks from Yahoo ### Feature or Bugfix <!-- please choose --> - Refactoring ### Detail - Update to maintainers ### Relates - n/a ### Security Please answer the questions below briefly where applicable, or write `N/A`. Based on [OWASP 10](https://owasp.org/Top10/en/). - Does this PR introduce or modify any input fields or queries - this includes fetching data from storage outside the application (e.g. a database, an S3 bucket)? - Is the input sanitized? - What precautions are you taking before deserializing the data you consume? - Is injection prevented by parametrizing queries? - Have you ensured no `eval` or similar functions are used? - Does this PR introduce any functionality or component that requires authorization? - How have you ensured it respects the existing AuthN/AuthZ mechanisms? - Are you logging failed auth attempts? - Are you using or adding any cryptographic features? - Do you use a standard proven implementations? - Are the used keys controlled by the customer? Where are they stored? - Are you introducing any new policies/roles/users? - Have you used the least-privilege principle? How? By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent c36d337 commit 5252dd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MAINTAINERS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ doing it, and how to become one. If you're interested in becoming a maintainer,
1212
| Anmol Gandhi | [anmolsgandhi](https://github.com/anmolsgandhi) | Amazon |
1313
| Adriana Lopez | [dlpzx](https://github.com/dlpzx) | Amazon |
1414
| Noah Paige | [noah-paige](https://github.com/noah-paige) | Amazon |
15-
| Nikita Podshivalov | [nikpodsh](https://github.com/nikpodsh) | Amazon |
15+
| Anushka Singh | [anushka-singh](https://github.com/anushka-singh) | Yahoo |
16+
| Rick Bernotas | [rbernotas](https://github.com/rbernotas) | Yahoo |
17+
| Tejas Rajopadhye | [TejasRGitHub](https://github.com/TejasRGitHub) | Yahoo |

0 commit comments

Comments
 (0)