mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Removed some completed TODOs.
This commit is contained in:
parent
2f13741896
commit
8e6d6613f0
@ -3,8 +3,6 @@
|
|||||||
Right now, this includes the Unwrapper, wihch unwraps and verifies each layer of
|
Right now, this includes the Unwrapper, wihch unwraps and verifies each layer of
|
||||||
an onion-wrapped PGP message.
|
an onion-wrapped PGP message.
|
||||||
|
|
||||||
FIXME: replace this with a real library. Why doesn't gnupg do this?
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from utilities import InvalidSignatureError
|
from utilities import InvalidSignatureError
|
||||||
import gnupg
|
import gnupg
|
||||||
|
|||||||
@ -1,10 +1,6 @@
|
|||||||
"""The HTTPS Santiago listener and sender.
|
"""The HTTPS Santiago listener and sender.
|
||||||
|
|
||||||
TODO: add JSON output.
|
|
||||||
FIXME: add real authentication.
|
FIXME: add real authentication.
|
||||||
FIXME: sanitize or properly escape user input (XSS, attacks on the client).
|
|
||||||
FIXME: make sure we never try to execute user input (injection, attacks on the
|
|
||||||
server).
|
|
||||||
FIXME: all the Blammos. They're terrible, unacceptable failures.
|
FIXME: all the Blammos. They're terrible, unacceptable failures.
|
||||||
FIXME correct direct key access everywhere.
|
FIXME correct direct key access everywhere.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user