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 Best Practices Section to Linea Docs #977

Open
drnick30 opened this issue Feb 13, 2025 · 1 comment
Open

Add Security Best Practices Section to Linea Docs #977

drnick30 opened this issue Feb 13, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@drnick30
Copy link

Description

The documentation currently lacks a dedicated section on security best practices for developers building on Linea. This proposal suggests adding a new section to cover common security concerns and how to mitigate them.

Suggested Content:

  • Proper use of smart contract permissions.
  • Avoiding common vulnerabilities like reentrancy and integer overflow.
  • Secure storage of private keys and environment variables.
  • Best practices for interacting with external contracts.
  • Tips for testing and auditing smart contracts.

Where should this content be added?

Proposed Location in Docs:
The security section should be placed under docs/get-started/security.md or a similar location.

@jlwllmr
Copy link
Collaborator

jlwllmr commented Feb 13, 2025

@drnick30 good suggestion! will see if I can get round to this at some point. If not, happy for you or others to have a go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants