Skip to content

Commit 9755ece

Browse files
authored
Small fixes for security advisories page (#5486)
1 parent e72b9e2 commit 9755ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/pub/security-advisories.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If a security advisory is not relevant for your application,
4444
you can suppress the warning by adding the advisory identifier to
4545
the `ignored_advisories` list in the `pubspec.yaml` of your package.
4646
For example, the following ignores the advisory
47-
with the CVE identifier `GHSA-4rgh-jx4f-qfcq`:
47+
with the GHSA identifier `GHSA-4rgh-jx4f-qfcq`:
4848

4949
```yaml
5050
name: myapp
@@ -56,4 +56,4 @@ ignored_advisories:
5656
5757
The `ignored_advisories` list only affects the root package. Ignored
5858
advisories in your dependencies will have no effect on package resolution
59-
for your own packages.
59+
for your own package.

0 commit comments

Comments
 (0)