AppThreat / atom

Atom is a novel intermediate representation for applications and a standalone tool that is powered by chen.
https://appthreat.com
Apache License 2.0
39 stars 2 forks source link

Reachables slicing should accept the path to the BOM file #84

Open prabhu opened 9 months ago

prabhu commented 9 months ago

Currently, the BOM file is expected to be called bom.json and placed within the same application directory for reachables slicing to work.

Instead, we can explicitly pass the path to the BOM files to support more use cases. Requires a new global ConfigFile Creation Pass in chen that can look into other directories.