Closed AliceBennett closed 4 years ago
No security relevant content was detected by automated scans.
aviary.yaml
coverage of security relevant codeQuestions or Comments? Reach out on Slack: #support-infosec.
@dustinhiatt-wf
Fix tabs and spaces inconsistency.
RM +1 dependencies verified when consumed in tier 1 repo
Dtrie.Get() currently panics if called with a key that does not exist (due to calling
nil.Value()
in this case). Adding a nil check here will prevent this panic from happening, and ensure that the behaviour is as described in documentation.