-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeps.yaml
More file actions
21 lines (19 loc) · 771 Bytes
/
Copy pathdeps.yaml
File metadata and controls
21 lines (19 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Added-dependency reputation findings (precomputed by deps.screen_added_deps in the fetcher)
- id: dep-typosquat
description: A newly-added dependency is edit-distance-close to a popular package (typosquat target).
applies_to: dep
weight: 40
attack_type: dependency-typosquat
match: {dep_reason: typosquat}
- id: dep-nonexistent
description: A newly-added dependency does not exist on the registry (404) — possible dependency confusion.
applies_to: dep
weight: 40
attack_type: dependency-confusion
match: {dep_reason: nonexistent}
- id: dep-brand-new
description: A newly-added dependency was first published very recently (brand-new package).
applies_to: dep
weight: 20
attack_type: dependency-brand-new
match: {dep_reason: brand-new}