
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
bride-of-frankensystem
Advanced tools
A framework that allows for the development of custom online experiments and surveys.
Bride of Frankensystem (BOF or BOFS) is intended to be used by developers to deploy custom-developed experiments online. It provides a variety of solutions to common problems associated with online experiments while being easily extended in a way that minimizes code duplication and encourages code reuse. Its design focuses on flexibility rather than providing concrete solutions to every scenario, and so is targeted primarily towards software developers while still being accessible for non-developers for many simple use-cases.
BOF is built using Flask and is intended to be used as a Python library. Because it is built with Flask, all Flask extensions and features are supported, and it is relatively straightforward to extend the project with your own custom web pages and tasks.
If you use this for your research, please cite it!
BOF includes a number of features relating to deploying online experiments
BOF requires Python 3.9+, along with the following Python packages.
flask
- The web framework that BOF is based off of.sqlalchemy
- An object-relational manager that is used for database table definitions and query access.flask-sqlalchemy
- A bridge between Flask and SQLAlchemy.flask-compressed
- To support the compressed files that Unity WebGL builds use.eventlet
- This is used as the production (live) web server, as an alternative to Flask's built in web server or the Apache web server.toml
- The configuration files use the toml format.crawlerdetect
- To detect web crawlers so that they don't get counted as actual participants.pandas
- Used to process data for the export and for the results preview.Please refer to the installation instructions in the documentation.
FAQs
A framework that allows for the development of custom online experiments and surveys.
We found that bride-of-frankensystem demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.