ci: fix semgrep rule for RPC authentication

This commit is contained in:
Luiz Aoqui 2022-03-25 12:00:48 -04:00
parent 9449e1c3e2
commit c387e2d97e
No known key found for this signature in database
GPG Key ID: 29F459C0D9CBB573
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ rules:
# Pattern used by endpoints called exclusively between agents
# (server -> server or client -> server)
- pattern-not-inside: |
...
... := validateTLSCertificateLevel(...)
...
if done, err := $A.$B.forward($METHOD, ...); done {