Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TaintedVariable missing method #34

Closed
GoogleCodeExporter opened this issue Mar 20, 2015 · 2 comments
Closed

TaintedVariable missing method #34

GoogleCodeExporter opened this issue Mar 20, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

    def get_fields_by_bb(self, bb) :
        l = []
        for i in self.__vars[ TAINTED_FIELD ] :
            for j in self.__vars[ TAINTED_FIELD ][i].gets() : <-- Missing method!
            for j in self.__vars[ TAINTED_FIELD ][i] :
                if j.get_bb() == bb :
                    l.append( (i.get_name(), j.get_access_flag()) )                
        return l


Original issue reported on code.google.com by liadalex82@gmail.com on 17 Apr 2012 at 9:03

@GoogleCodeExporter
Copy link
Author

Original comment by anthony....@gmail.com on 17 Apr 2012 at 10:00

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by anthony....@gmail.com on 18 Apr 2012 at 1:08

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant