-
Notifications
You must be signed in to change notification settings - Fork 5
Open Branches
2018/06/06: Contains original weight-comparison code which is now deprecated. Needs to be overwritten by another branch when ready.
Not sure what this is for vs the severity-benchmarks branch -- consider for deletion?
Short contribute to README
updates to HJSON threat model file
updates to HJSON threat model file
updates to HJSON threat model file
updates to HJSON threat model file
2018/06/06: Main working branch that replaces the main branch containing weight-comparison code, replacing it with our working threat model for wallet privacy (obpp3.hjson) as well as scripts for generating docs (docgen.py), processing a raw model file and building it out (model_builder.py), a model file validator (validate_json.py), etc. A schema file (threat model schema.json) specifies the JSON schema for the working model file and defines how all threat models of this kind should be defined in JSON. The /historical directory contains old versions of the threat model from previous years. (maybe incomplete; I think the ultimate goal was to numerically compare changes over time once the schema is cemented and all versions of model expressed in that schema?) The /test directory contains unit tests for the various python scripts.
TODO: figure out what needs to happen to this branch before merging to master.
This branch should build off of the reorg-to-scoring-system branch to introduce the notion of severity benchmarks.