mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-04-08 18:35:05 +02:00
add codeql suppression and explanation (#670)
This commit is contained in:
parent
51d658e8da
commit
cdee73645a
2
ssh-sk.c
2
ssh-sk.c
@ -133,7 +133,7 @@ sshsk_open(const char *path)
|
||||
goto fail;
|
||||
#endif
|
||||
}
|
||||
if ((ret->dlhandle = dlopen(path, RTLD_NOW)) == NULL) {
|
||||
if ((ret->dlhandle = dlopen(path, RTLD_NOW)) == NULL) { // CodeQL [SM01925]: upstream code that permits user input to specify external provider is by design, but only accessible via CLI parameter
|
||||
error("Provider \"%s\" dlopen failed: %s", path, dlerror());
|
||||
goto fail;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user