Skip to content

Commit 8ce508a

Browse files
authored
Merge branch 'main' into docs-chain-time
2 parents 5d4db53 + 2d7bd42 commit 8ce508a

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

SECURITY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.

src/chain-libs/chain-time/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//! Utilities for working with time
44
#![warn(clippy::all)]
55
#![deny(missing_docs)]
6+
67
pub mod era;
78
pub mod timeframe;
89
pub mod timeline;

src/chain-libs/chain-time/src/timeframe.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! Timeframes
22
//!
33
//! A [`TimeFrame`] represents a [`Timeline`] that is split into discrete slots
4+
45
//!
56
67
use crate::timeline::Timeline;

0 commit comments

Comments
 (0)