nextcloud / nextcloud/bookmarks
Add signature to app
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 189
- Avg merge
- 5d 11h
- Merged PRs (30d)
- 10
Description
Currently the Bookmarks app reports to have no signature.json shipped with it.
php occ integrity:check-app bookmarks
- EXCEPTION:
- class: OC\IntegrityCheck\Exceptions\InvalidSignatureException
- message: Signature data not found.
I don't know how you would have to do it though.
Contributor guide
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 by tracing how the Bookmarks app is packaged and where signature.json should be produced or shipped. Run php occ integrity:check-app bookmarks after the signing flow is addressed; done means the app includes signature data and the command no longer reports InvalidSignatureException.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- release, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100