Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Security Contact section in Security Considerations page #14652

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Change pragma version
  • Loading branch information
nicolasgarcia214 authored Oct 27, 2023
commit b0a20c94381934450d54d2cff04e8f706351408d
2 changes: 1 addition & 1 deletion docs/security-considerations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 466,7 @@ This is achieved by using the NatSpec custom tag with the name "security-contact
.. code-block:: solidity

// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.6.0 <0.9.0;
pragma solidity ^0.8.0;

/**
* @title Example contract
Expand Down