You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Thanks for your interest in contributing! This guide explains how to set up your
6
6
7
7
## Project Overview
8
8
9
-
`event-scanner` is a Rust library for monitoring EVM-based smart contract events. It is built on the `alloy` ecosystem and provides in-memory scanning with retry-aware callback execution. See `README.md` for features, usage, examples, and testing notes.
9
+
`event-scanner` is a Rust library for monitoring and streaming EVM-based smart contract events. It is built on the `alloy` ecosystem and provides in-memory scanning. See `README.md` for features, usage, examples, and testing notes.
Security vulnerabilities should be [disclosed](#reporting-a-vulnerability) to the [project maintainers](./.github/CODEOWNERS), or alternatively by email to security@openzeppelin.com.
4
+
5
+
## Supported Versions
6
+
7
+
The following versions are currently supported and receive security updates. Alpha, Beta and Release candidates will not receive security updates.
8
+
9
+
Security patches will be released for the latest minor of a given major release. For example, if an issue is found in versions >=1.13.0 and the latest is 1.14.0, the patch will be released only in version 1.14.1.
10
+
11
+
Only critical severity bug fixes will be backported to past major releases.
12
+
13
+
| Version | Supported |
14
+
| --------- | ------------------ |
15
+
| >= 0.1.x |:white_check_mark:|
16
+
| <= 0.0.9 |:x:|
17
+
18
+
## Reporting a Vulnerability
19
+
20
+
We're extremely grateful for security researchers and users that report vulnerabilities to us.
21
+
All reports are thoroughly investigated by the project's security team.
22
+
23
+
Vulnerabilities are reported privately via GitHub's [Security Advisories](https://docs.github.com/en/code-security/security-advisories) feature.
24
+
Please use the following link to submit your vulnerability: [Report a vulnerability](https://github.com/openzeppelin/event-scanner/security/advisories/new)
25
+
26
+
Please see
27
+
[Privately reporting a security vulnerability](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability)
28
+
for more information on how to submit a vulnerability using GitHub's interface.
29
+
30
+
## Legal
31
+
32
+
OpenZeppelin Event Scanner is made available under the GNU AGPL 3.0 License, which disclaims all warranties in relation to the project and which limits the liability of those that contribute and maintain the project, including OpenZeppelin. Your use of the project is also governed by the terms found at www.openzeppelin.com/tos (the "Terms"). As set out in the Terms, you are solely responsible for any use of OpenZeppelin Even Scanner and you assume all risks associated with any such use. This Security Policy in no way evidences or represents an on-going duty by any contributor, including OpenZeppelin, to correct any flaws or alert you to all or any of the potential risks of utilizing the project.
0 commit comments