Showing 31 of 257 total issues

TODO found
Open

    if req.state.get('match', None):  # TODO - allow this to be passed in via normal arguments
Severity: Minor
Found in src/pyff/builtins.py by fixme

TODO found
Open

    # TODO: sort imports to make the correct typing work: Iterable[PipelineCallback] = Field([])
Severity: Minor
Found in src/pyff/resource.py by fixme

TODO found
Open

    next_update: Optional[Union[str, datetime]] = None  # TODO: consistently use datetime
Severity: Minor
Found in src/pyff/samlmd.py by fixme

TODO found
Open

    # TODO - sometimes the client sends > 1 accept header value with ','.
Severity: Minor
Found in src/pyff/api.py by fixme

TODO found
Open

            # TODO: Why don't these have space as word separator like the rest of ParserInfo?
Severity: Minor
Found in src/pyff/samlmd.py by fixme

TODO found
Open

        # TODO: This seems... dangerous. What's the need for this?
Severity: Minor
Found in src/pyff/pipes.py by fixme

TODO found
Open

            # TODO: if validUntil was not present, valid_until will be the string 'None' here - never the literal None
Severity: Minor
Found in src/pyff/builtins.py by fixme

TODO found
Open

        # TODO: BUG: Parameter 'occurrence' unfilled
Severity: Minor
Found in src/pyff/samlmd.py by fixme

TODO found
Open

    expiration_time: str  # TODO: Change expiration_time into a datetime
Severity: Minor
Found in src/pyff/parse.py by fixme

TODO found
Open

                # TODO: what is the right action here?
Severity: Minor
Found in src/pyff/samlmd.py by fixme

TODO found
Open

                    # TODO: Investigate this error, which is probably correct:
Severity: Minor
Found in src/pyff/builtins.py by fixme

TODO found
Open

        # TODO: offset can be None here, if validUntil is not a valid duration or ISO date
Severity: Minor
Found in src/pyff/builtins.py by fixme

XXX found
Open

            self._redis = redis()  # XXX test cases won't get correctly unpicked because of this
Severity: Minor
Found in src/pyff/store.py by fixme

TODO found
Open

        # TODO: to_json seems like the wrong name for this function?
Severity: Minor
Found in src/pyff/pipes.py by fixme

TODO found
Open

    # TODO: All timestamps in SAML are supposed to be without offset from UTC - raise exception if it is not?
Severity: Minor
Found in src/pyff/utils.py by fixme

TODO found
Open

    ) -> Optional[Element]:  # TODO: unsure about this return type
Severity: Minor
Found in src/pyff/pipes.py by fixme

TODO found
Open

            req.store.update(req.t, tid=resource_name)  # TODO maybe this is not the right thing to do anymore
Severity: Minor
Found in src/pyff/builtins.py by fixme

TODO found
Open

    status_code: Optional[str] = None # HTTP status code as string. TODO: change to int
Severity: Minor
Found in src/pyff/resource.py by fixme

TODO found
Open

    issue_date: Optional[str] = None  # TODO: change to datetime?
Severity: Minor
Found in src/pyff/samlmd.py by fixme

TODO found
Open

        # TODO: This seems... dangerous. What's the need for this?
Severity: Minor
Found in src/pyff/pipes.py by fixme
Severity
Category
Status
Source
Language