Skip to content

Doc/Anti Patterns: add links to other security recommendations

Raphaël Cauderlier requested to merge rafoo@link_sec_resources into master

Context

There are a few pages about security best practices for development of Tezos smart contracts. Our own one is the "Michelson Anti Patterns" page. This MR adds a few links from it to other resources I know.

Manually testing the MR

Check that the doc page is built and renders correctly.

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports