OpenZeppelin Security Center Audits compiler version

Hi Folks,

For compilation of 5.2.0 OpenZeppelin contracts I decided to use the latest minor version compatible compiler 0.8.29 and the latest EVM (Cancun) ( Using Remix ) ... From the research I have done it is all backwards compatible in the minor version 0.8.x and I cannot find complains from users. It seems this is working smoothly.

I was wondering if the OpenZeppelin Security Center Audits also use the latest EVM/Solidity or the EVM/Solidity available at the time of the contracts creation ? Because technically as we know in security bug tracking those versions should normally be well noted.

But with blockchain is a little weird :slight_smile: because we have these immutable contracts...