draios / draios/sysdig-inspect
Missing code signature in MacOS version 0.8.0?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
the code signature is missing in MacOS version 0.8.0 (https://github.com/draios/sysdig-inspect/releases/download/0.8.0/sysdig-inspect-mac-x86_64.zip) - the former code-signature was: 'DRAIOS, INC. (2AK9KR3VEU)'
check with:
codesign -dv --verbose=4 /Path/To/Application.app
result:
code object is not signed at all
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the 0.8.0 macOS artifact linked in the issue and run the provided codesign command to confirm its signing state. Compare the result with the former DRAIOS, INC. signature; done means the released application has the expected code signature.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos
- Domain
- release, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100