From 06600d2ebdfa7acbb48c060651353c126dce5504 Mon Sep 17 00:00:00 2001 From: JoostK Date: Thu, 3 Oct 2024 23:09:51 +0200 Subject: [PATCH] refactor: change security issue redirect to angular.dev (#58070) Ensure the security issue template points to the correct location. PR Close #58070 --- .github/ISSUE_TEMPLATE/config.yml | 2 +- adev/src/content/guide/security.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7f9f0ab9bd0..fa12e442c08 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Security issue disclosure - url: https://angular.io/guide/security#report-issues + url: https://angular.dev/best-practices/security#report-issues about: Report a security issue in Angular Framework, CDK, Material, or CLI - name: Angular CLI url: https://github.com/angular/angular-cli/issues/new/choose diff --git a/adev/src/content/guide/security.md b/adev/src/content/guide/security.md index c3b5aaaeae6..e49f904e147 100644 --- a/adev/src/content/guide/security.md +++ b/adev/src/content/guide/security.md @@ -5,6 +5,8 @@ It doesn't cover application-level security, such as authentication and authoriz For more information about the attacks and mitigations described below, see the [Open Web Application Security Project (OWASP) Guide](https://www.owasp.org/index.php/Category:OWASP_Guide_Project). + + Angular is part of Google [Open Source Software Vulnerability Reward Program](https://bughunters.google.com/about/rules/6521337925468160/google-open-source-software-vulnerability-reward-program-rules). [For vulnerabilities in Angular, please submit your report at https://bughunters.google.com](https://bughunters.google.com/report).