APAF icon indicating copy to clipboard operation
APAF copied to clipboard

Anonymous Python Application Framework

Results 40 APAF issues
Sort by recently updated
recently updated
newest added

This is a requirement for ooniprobe and it should be part of APAF: Here is the ticket on the trac page: https://trac.torproject.org/projects/tor/ticket/7557

enhancement
BuildSystem

If login with password fails I get sent the WWW-Authenticate headers and I get prompted to login with username and password. I believe this has to do with the use...

bug

When I try and access the details page of an APAF service I get the following error: 2012-11-21 12:45:13+0100 [HTTPConnection,1,127.0.0.1] [Failure instance: Traceback: : string indices must be integers, not...

bug

Currently APAF run as a long command line over twisted on Linux and OSX (even if packaged with .app). So when you make a "ps -auxw" you see a long...

MacOSX
Linux

Currently Tor have a security weakness so that the Tor Hidden Service Key and the file containing the hostname are stored in clear-text onto the computer's filesystem with no ability...

enhancement
Security

The default static web service bundled with APAF serves the contents of the system /tmp directory. Instructions for reproducing: (on Fedora 17 with python-virtualenv) (install virtualenv, virtualenvwrapper -- yum install...

bug

Looking at https://github.com/globaleaks/APAF/blob/master/apaf/build.py, it appears that the download uses urrlib that does not verify SSL certificates and the function for verifying the signature of the binary always returns true. I...

bug
Security
BuildSystem

Write a document that describes how to set up and run APAF and all dependencies.

Documentation

Problem: Setting up cross-platform development require complex build platform, different build servers and the ability to re-create and environment from a clean machine. That's additionally required in order to bugfix...

enhancement
BuildSystem

When an Apaf Service is deployed under linux, it's possible and easier to gain a lot of security features. This ticket is to support the implementation of many security features...

enhancement
Security
Linux