Closed matthewnitschke-wk closed 6 months 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.
This feature has been absorbed in the #111 branch
Motivation
There's been a long standing bug with dependency_validator, where if an import or export within dart source exists within a commented out code block, it will still be treated as if it was a valid import/export
This PR addresses this issue by implementing ast parsing of the dart files, and selects all package names based off of
Directive
nodes.Closes #21
QA
tbd