From b26b421c4569ca846fe05cc78e418dca89f6add4 Mon Sep 17 00:00:00 2001 From: Pedro Bernardo Date: Fri, 19 Apr 2024 16:24:07 +0200 Subject: [PATCH] add more info about beyond_wpt --- results/beyond_wpt/README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/results/beyond_wpt/README.md b/results/beyond_wpt/README.md index ce544a7..882cc02 100644 --- a/results/beyond_wpt/README.md +++ b/results/beyond_wpt/README.md @@ -24,17 +24,16 @@ The script does not support any command line argument and will run a new browser ## Directory Structure ``` -├── cookie-crumbles/ -├── localhost/ -├── multi_nested_frames/ -├── webspec_csp_blob/ -├── webspec_csp_sop/ -├── webspec_csp_sw/ -├── webspec_host_frames/ -├── webspec_tt_frames/ +├── cookie-crumbles/ tests 6 and 7 of Table 5 +├── localhost/ test 8 of Table 5 +├── multi_nested_frames/ test 9 of Table 5 +├── webspec_csp_blob/ \ +├── webspec_csp_sop/ | +├── webspec_csp_sw/ | tests 1-5 of Table 5 +├── webspec_host_frames/ | +├── webspec_tt_frames/ / ├── check-results.py* └── README.md ``` -Every subfolder includes a `traces` folder containing the execution trace in JSON format where a violation was discovered. -`webspec_` directories contain a `verifier` folder with self-contained WPT tests generated using the [WebSpec](https://github.com/SecPriv/webspec) tool. +Every subfolder includes a `traces` folder containing the execution trace in JSON format where a violation was discovered. `webspec_` directories contain a `verifier` folder with self-contained WPT tests generated using the [WebSpec](https://github.com/SecPriv/webspec) verifier component. All other folders contain manually written tests where the test entrypoint is in the `test` folder.