File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ security features are welcome on GitHub Issues.
2121
2222Security updates will be released on a regular cadence. Many of our projects
2323will typically release security fixes in conjunction with the
24- [ Oracle Critical Patch Update] [ 3 ] program. Additional
24+ Oracle Critical Patch Update program. Additional
2525information, including past advisories, is available on our [ security alerts] [ 4 ]
2626page.
2727
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ const (
2626
2727// GetNsgNamesFromId returns the names of the NSGs with the provided IDs
2828func GetNsgNamesFromId (ids []string , nsgs []* infrastructurev1beta2.NSG ) []string {
29+ if len (ids ) == 0 {
30+ return nil
31+ }
2932 names := make ([]string , 0 )
3033 for _ , id := range ids {
3134 for _ , nsg := range nsgs {
You can’t perform that action at this time.
0 commit comments