Skip to content

Commit 6f47993

Browse files
committed
Merge branch 'main' of github.com:distantmagic/paddler
2 parents 534c409 + 5a0c5b0 commit 6f47993

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

SECURITY.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Security contact information
2+
3+
To report a security vulnerability, please use the
4+
[Tidelift security contact](https://tidelift.com/security).
5+
Tidelift will coordinate the fix and disclosure.

loadbalancer/LoadBalancerStatus.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package loadbalancer
22

33
type LoadBalancerStatus struct {
4-
RegisteredTargets int `json:"registred_targets"`
4+
RegisteredTargets int `json:"registered_targets"`
55
}

0 commit comments

Comments
 (0)