When attempting to use the v0.2.14 release, @pandadefi discovered an issue using the @nonreentrant decorator.
Reentrancy protection storage slots get allocated to the same slots as storage variables, leading to the corruption of storage variables when using the @nonreentrant decorator.
This issue was fixed in v0.2.15 in #2391, #2379
Don't use the @nonreentrant decorator in these versions.
{
    "github_reviewed_at": "2021-08-02T19:12:30Z",
    "severity": "HIGH",
    "github_reviewed": true,
    "cwe_ids": [],
    "nvd_published_at": null
}