GithubHelp home page GithubHelp logo

Comments (4)

arthaud avatar arthaud commented on April 20, 2024 1

Hi @chuayupeng,
If you want the return value of getParcelableExtra to be tainted, then you want to use Return instead of Argument(0) for the port.
You might think that using Argument(0) in combination with taint-in-taint-out is equivalent to using Return as the port, but it is not. taint-in-taint-out only affects inferred taint, i.e it won't propagate the user-specified generation.

from mariana-trench.

arthaud avatar arthaud commented on April 20, 2024 1

generations with Argument(0) means that the source is added on argument 0, i.e the implicit this parameter.
For instance, if foo has a generation on Argument(0) then:

void method(Class x) {
  String y = x.foo();
  // x is now tainted, but y is not tainted

It is the opposite with Return: y would be tainted but x wouldn't be.

from mariana-trench.

chuayupeng avatar chuayupeng commented on April 20, 2024

Hi @arthaud,

Thanks, it appears to be working now!
But what is the difference between using generations with Argument(0) as opposed to with Return ?

from mariana-trench.

chuayupeng avatar chuayupeng commented on April 20, 2024

Thanks for the explanation! Cleared my doubts!

from mariana-trench.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.