revanced-api
revanced-api copied to clipboard
feat: Support Attestation Provenance as signature download
Feature description
In addition to listing .asc file, the API should also list the provenance for supported repository.
Motivation
Provide an alternative way to verify without using .asc, subjective but the security is as secure if not better than .asc so this can benefit our user as well.
Acknowledgements
- [x] I have checked all open and closed feature requests and this is not a duplicate
- [x] I have chosen an appropriate title.
- [x] All requested information has been provided properly.
Provenance makes sense if the frontend should be aware of what the API serves has a source code. What if we implement a backend that consumes closed source files from an FTP server?
I guess it can be nullable. What are the docs for GitHub?