Martin Řepa

Results 3 issues of Martin Řepa

Updated version of timed-release plugin to support newer CTFd versions. Feel free to list in this repo https://github.com/HappyStoic/ctfd-timed-releases-v2

Until now, `matchKeyValueString` and `matchMapString` iterated over fingerprint patterns in non deterministic order because some parsed fingerprint patterns (for example headers) are parsed into a `map` type. Since also these...

## Description Hello, I stumbled upon a bug that in some cases the detection is not deterministic. Look at the following basic snippet: ```go package main import ( "fmt" "log"...