commit | b36df2bc3480c24f005c5edec5cbc3815c4726b0 | [log] [tgz] |
---|---|---|
author | pq <pquitslund@google.com> | Tue Feb 06 21:07:58 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 06 21:07:58 2024 +0000 |
tree | d164905e47f0504800b8bebeb8ad89f8853f7acf | |
parent | 650c3cb917a8b1c16fe3be3feb52dce88feb757b [diff] |
Update CVE link Change-Id: Ib9415127507ea319f94940ce0bba873188cc06eb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/350642 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com>
diff --git a/pkg/analyzer/lib/src/error/unicode_text_verifier.dart b/pkg/analyzer/lib/src/error/unicode_text_verifier.dart index a0d6048..046e8b4 100644 --- a/pkg/analyzer/lib/src/error/unicode_text_verifier.dart +++ b/pkg/analyzer/lib/src/error/unicode_text_verifier.dart
@@ -8,7 +8,7 @@ import 'package:analyzer/src/error/codes.dart'; /// A verifier that checks for unsafe Unicode text. -// TODO(pq): update w/ a Dart CVE link once published +/// See: https://nvd.nist.gov/vuln/detail/CVE-2021-22567 class UnicodeTextVerifier { final ErrorReporter errorReporter; UnicodeTextVerifier(this.errorReporter);