Skip to content

Conversation

@Nils1729
Copy link

@Nils1729 Nils1729 commented Oct 18, 2024

This is a reduced version of the changes Team Geramy ran for ECSC2024.

  • Fixes errors in escape on structured data in the CLI
  • Removes the flag queue and changes some implementation in flags.py.
    • Deduplication cache has been rewritten (I didn't understand the invariants of the previous ones)
    • Deduplication queries are batched now, we do not run one query per flag anymore.

For us, the CLI constantly printed errors and terminated because
`escape` only accepts strings, bytes etc, not JSON-like dicts.
Also rewrite quite a lot of `flags.py`. This almost but not quite the setup
we ran for ECSC2024. I removed some indirections we used to handle the new
RESUBMIT flag status specific to that event.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant