File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
src/chain-libs/chain-time/src Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # Security
2+
3+ ## Reporting a Vulnerability
4+
5+ Please report (suspected) security vulnerabilities to
[email protected] . You will receive a
6+ response from us within 48 hours. If the issue is confirmed, we will release a patch as soon
7+ as possible.
8+
9+ Please provide a clear and concise description of the vulnerability, including:
10+
11+ * the affected version(s),
12+ * steps that can be followed to exercise the vulnerability,
13+ * any workarounds or mitigations.
14+
15+ If you have developed any code or utilities that can help demonstrate the suspected
16+ vulnerability, please mention them in your email but *** DO NOT*** attempt to include them as
17+ attachments as this may cause your Email to be blocked by spam filters.
Original file line number Diff line number Diff line change 33//! Utilities for working with time
44#![ warn( clippy:: all) ]
55#![ deny( missing_docs) ]
6+
67pub mod era;
78pub mod timeframe;
89pub mod timeline;
Original file line number Diff line number Diff line change 11//! Timeframes
22//!
33//! A [`TimeFrame`] represents a [`Timeline`] that is split into discrete slots
4+
45//!
56
67use crate :: timeline:: Timeline ;
You can’t perform that action at this time.
0 commit comments