-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
--- | ||
|
||
This document outlines security procedures and general policies for the [cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan) project. | ||
This document outlines security procedures and general policies for the [ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan) project. | ||
|
||
- [Reporting a Bug](#reporting-a-bug) | ||
- [Disclosure Policy](#disclosure-policy) | ||
|
@@ -12,7 +12,7 @@ This document outlines security procedures and general policies for the [cisco.s | |
|
||
--- | ||
|
||
The [cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan) team and community take all security bugs in [cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan) seriously. Thank you for improving the security of [cisco.sdwan](https://sdwan-git.cisco.com/sdwan-tools/cisco.sdwan). We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions. | ||
The [ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan) team and community take all security bugs in [ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan) seriously. Thank you for improving the security of [ansible-collection-sdwan](https://github.com/cisco-open/ansible-collection-sdwan). We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions. | ||
|
||
Report security bugs by emailing [email protected]. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
collections: | ||
- name: amazon.aws | ||
version: 6.5.0 | ||
- name: git@sdwan-git.cisco.com:sdwan-tools/cisco.catalystwan.git | ||
- name: git@github.com:cisco-open/ansible-collection-catalystwan.git | ||
type: git | ||
version: main | ||
- name: git@sdwan-git.cisco.com:sdwan-tools/cisco.sdwan_deployment.git | ||
- name: git@github.com:cisco-open/ansible-collection-sdwan-deployment.git | ||
type: git | ||
version: main |