Skip to content

refactor: replace dirctl binary with native code#65

Closed
arpad-csepi wants to merge 2 commits into
mainfrom
refactor/native-local-sign-verify
Closed

refactor: replace dirctl binary with native code#65
arpad-csepi wants to merge 2 commits into
mainfrom
refactor/native-local-sign-verify

fix: ci tests

68939da
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 26, 2026 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 25 in dir-sdk-python/agntcy/dir_sdk/client/signing/cosign_keys.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_ENCRYPTED_KEY_TYPES' is not used.

Check notice on line 64 in dir-sdk-python/agntcy/dir_sdk/client/signing/verify.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 75 in dir-sdk-python/agntcy/dir_sdk/client/signing/verify.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.