Solidity-Jobs / S-Token

This is a Security Token!
0 stars 1 forks source link

SJSC07 – Lock Pragmas to Specific Compiler Version #13

Closed Reg0x closed 3 years ago

Reg0x commented 3 years ago

Contracts should be deployed with the same versions and compiler flags with which they have been tested.

Blocking pragmas to a specific version can avoid risks of using the latest compiler versions that may contain recent or undiscovered bugs.

Reg0x commented 3 years ago

https://swcregistry.io/docs/SWC-103

solidityjobsdev commented 3 years ago

Pragmas locked in the main 3 files + lockedCRPNT