Removed some completed TODOs.

This commit is contained in:
Nick Daly 2012-06-28 22:40:19 -05:00
parent 2f13741896
commit 8e6d6613f0
2 changed files with 0 additions and 6 deletions

View File

@ -3,8 +3,6 @@
Right now, this includes the Unwrapper, wihch unwraps and verifies each layer of
an onion-wrapped PGP message.
FIXME: replace this with a real library. Why doesn't gnupg do this?
"""
from utilities import InvalidSignatureError
import gnupg

View File

@ -1,10 +1,6 @@
"""The HTTPS Santiago listener and sender.
TODO: add JSON output.
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 correct direct key access everywhere.