Skip to content

Commit b827cdf

Browse files
author
markzegarelli
authored
Merge pull request #1731 from segmentio/DOC-247_CVE
DOC 247 CVE
2 parents 0f7d63c + 8a74c89 commit b827cdf

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

_config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,16 @@ algolia:
5555
index_name: segment-docs
5656
files_to_exclude:
5757
- _release_notes/*
58+
- utils/*
5859
nodes_to_index: 'p, table#limit'
60+
settings:
61+
    customRanking:
62+
      - desc(title)
63+
      - desc(custom_ranking.heading)
64+
      - asc(custom_ranking.position)
65+
    attributesForFaceting:
66+
      - searchable(categories)
67+
      - searchable(hidden)
68+
      - searchable(tags)
69+
      - searchable(title)
70+
      - type
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: CVE-2021-36716 - A ReDoS (Regular Expression Denial of Service)
3+
description: |
4+
A ReDoS (Regular Expression Denial of Service) flaw was identified within the segment “is-email” package prior to version 1.0.1 for Node.js and web browsers as client side code.
5+
6+
An Attacker that can provide crafted input to the `isEmail(input)` function may cause an application to consume an excessive amount of CPU.
7+
8+
Credit to Yeting Li for identifying and reporting the vulnerability to Segment.
9+
10+
The latest version of “is-email” is available in the [segmentio/is-email repository](https://github.com/segmentio/is-email).
11+
release_type: patch
12+
product_area: package
13+
business: false
14+
team: false
15+
---

0 commit comments

Comments
 (0)