From 8bfe8c2aac3c243281e74a708222df2216434ca7 Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Sat, 13 Jan 2024 17:13:35 +0100 Subject: [PATCH] Add go/security-advisories redirection (#5459) For now this points at the issue tracking the documentation. The go link is to be used in the dart sdk changelog. --------- Co-authored-by: Anthony Sansone Co-authored-by: Parker Lougheed --- firebase.json | 1 + 1 file changed, 1 insertion(+) diff --git a/firebase.json b/firebase.json index 78fb0eeae2..097540b17e 100644 --- a/firebase.json +++ b/firebase.json @@ -182,6 +182,7 @@ { "source": "/go/publishing-with-service-account", "destination": "/tools/pub/automated-publishing#publishing-from-google-cloud-build", "type": 301 }, { "source": "/go/sdk-constraint", "destination": "/tools/pub/pubspec#sdk-constraints", "type": 301 }, { "source": "/go/sdk-version-pinning", "destination": "https://github.com/dart-lang/sdk/wiki/Flutter-Pinned-Packages", "type": 301 }, + { "source": "/go/pub-security-advisories", "destination": "https://github.com/dart-lang/site-www/issues/5458", "type": 301 }, { "source": "/go/test-docs/:page*", "destination": "https://github.com/dart-lang/test/blob/master/pkgs/test/doc/:page*", "type": 301 }, { "source": "/go/unsound-null-safety", "destination": "/null-safety/unsound-null-safety", "type": 301 },