1 of 6 standards met
Repository: mxstbr/pgp.asc. Description: An initiative to decentralize public PGP keys. Stars: 56, Forks: 5. Primary language: HTML. Languages: HTML (42.3%), Ruby (41.6%), CSS (13.6%), JavaScript (2.2%), CoffeeScript (0.3%). Homepage: https://www.pgpasc.org Open PRs: 0, open issues: 10. Last activity: 10y ago. Community health: 28%. Top contributors: mxstbr.
Last 12 weeks · 0 commits
This issue is to track security concerns about pgp.asc's key distribution model. The pgp.asc website doesn't actually talk about the weaknesses of the model, and even goes as far as to say "absolutely guarantees authenticity", which is a very dangerous claim to make. Let's figure out its weaknesses and inform users accordingly.
Currently, returns false if something went wrong with the Hall of Fame submission, which then triggers the to show an error alert. The issue is that the error message is always the same one, no matter where in the whole process the problem occurred. I do not have enough Rails experience to fix this, as I don't know how to return an error message from the model and use it in the controller. Any ideas?