bilalshaikh42/OASTools

View on GitHub

Showing 111 of 111 total issues

TODO found
Open

        TODO:
Severity: Minor
Found in oastools/parse/parser.py by fixme

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert isinstance(response, dict)

        # the type of the value of the first key/value in valid_response is our
        # expected type - if it is a dict or list, we must go deeper
Severity: Info
Found in oastools/parse/parser.py by bandit

BUG found
Open

#!BUG The option for reftype else send back whole file rather than part-- I beleive this is fixed, testing now
Severity: Minor
Found in oastools/resolve/resolver.py by fixme

TODO found
Open

        # TODO have this be set intelligently somehow from the servers param. Figure out what is being done with it in the tester
Severity: Minor
Found in oastools/parse/parser.py by fixme

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

            assert all(isinstance(y, type(first_value))
                       for _, y in valid_response.items())
Severity: Info
Found in oastools/parse/parser.py by bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert isinstance(example, dict)

Severity: Info
Found in oastools/parse/parser.py by bandit

TODO found
Open

        # TODO: list
Severity: Minor
Found in oastools/parse/parser.py by fixme

TODO found
Open

# TODO make this function decide if to resolve internal sections
Severity: Minor
Found in oastools/resolve/resolver.py by fixme

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

            assert all(isinstance(y, type(first_value))
                       for _, y in response.items())
Severity: Info
Found in oastools/parse/parser.py by bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert isinstance(valid_response, dict)
Severity: Info
Found in oastools/parse/parser.py by bandit

TODO found
Open

        self.base_path = " " #! If this is changed there are errors. I dont know why TODO fix this
Severity: Minor
Found in oastools/parse/parser.py by fixme
Severity
Category
Status
Source
Language