Coder Social home page Coder Social logo

Comments (2)

0xedward avatar 0xedward commented on April 20, 2024

Hey @marcinguy, sorry I was just made aware of this open issue. SAPP supports outputting issues in json. You should be able to output the issues in json with the following command:

sapp --database-name sapp.db filter issues 1 ../../configuration/filters/ --output-format sapp

Why the tool is "Pysa" not "mariana-trench"? Little bit confused here

We currently only support outputting issues in SARIF for Pysa
https://github.com/facebook/sapp/blob/3eddd84c59bdd3032484efae6ea1174ffd798482/sapp/sarif.py#L54-L71

The reason you were able to get results in SARIF was because when any sapp commands are run without --tool=mariana-trench, sapp assumes the tool is Pysa. This can be very confusing for our users, so we've been working on storing the tool information in the database, so each sapp command will not require specifying the tool name after the initial sapp analyze run.

How do I make a filter to show all the 6 issues (in the app), always show all the issues in the sample-app-debug.apk or other apks?

You use the following SAPP filter (e.g. allow_all_issues.json) that allows all issues to passthrough:

{
    "name": "allow_all_issues",
    "description": "Filter that allows shows all issues",
    "paths": ["%"]
}

Then use that filter in the sapp filter command:

sapp --database-name sapp.db filter issues 1 allow_all_issues.json --output-format sapp

Let me know if that works for you! :)

from mariana-trench.

sinancepel avatar sinancepel commented on April 20, 2024

Closing due to inactivity after @0xedward's answer - please feel free to re-open if you had another question!

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.