-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.annotation_safe_list.yml
More file actions
99 lines (98 loc) · 3.35 KB
/
.annotation_safe_list.yml
File metadata and controls
99 lines (98 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# This is a Code Annotations automatically-generated Django model safelist file.
# These models must be annotated as follows in order to be counted in the coverage report.
# See https://code-annotations.readthedocs.io/en/latest/safelist.html for more information.
#
# fake_app_1.FakeModelName:
# ".. no_pii:": "This model has no PII"
# fake_app_2.FakeModel2:
# ".. choice_annotation:": foo, bar, baz
admin.LogEntry:
".. no_pii:": "This model has no PII"
auth.Group:
".. no_pii:": "This model has no PII"
auth.Permission:
".. no_pii:": "This model has no PII"
auth.User:
".. pii": "This model minimally contains a username, password, and email"
".. pii_types": "username, email_address, password"
".. pii_retirement": "consumer_api"
contenttypes.ContentType:
".. no_pii:": "This model has no PII"
openedx_content.Collection:
".. no_pii:": "This model has no PII"
openedx_content.CollectionPublishableEntity:
".. no_pii:": "This model has no PII"
openedx_content.Component:
".. no_pii:": "This model has no PII"
openedx_content.ComponentType:
".. no_pii:": "This model has no PII"
openedx_content.ComponentVersion:
".. no_pii:": "This model has no PII"
openedx_content.ComponentVersionContent:
".. no_pii:": "This model has no PII"
openedx_content.Content:
".. no_pii:": "This model has no PII"
openedx_content.MediaType:
".. no_pii:": "This model has no PII"
openedx_content.Container:
".. no_pii:": "This model has no PII"
openedx_content.ContainerVersion:
".. no_pii:": "This model has no PII"
openedx_content.Draft:
".. no_pii:": "This model has no PII"
openedx_content.EntityList:
".. no_pii:": "This model has no PII"
openedx_content.EntityListRow:
".. no_pii:": "This model has no PII"
openedx_content.LearningPackage:
".. no_pii:": "This model has no PII"
openedx_content.PublishLog:
".. no_pii:": "This model has no PII"
openedx_content.PublishLogRecord:
".. no_pii:": "This model has no PII"
openedx_content.PublishableEntity:
".. no_pii:": "This model has no PII"
openedx_content.PublishableEntityVersion:
".. no_pii:": "This model has no PII"
openedx_content.Published:
".. no_pii:": "This model has no PII"
oel_tagging.ObjectTag:
".. no_pii:": "This model has no PII"
oel_tagging.Tag:
".. no_pii:": "This model has no PII"
oel_tagging.TagImportTask:
".. no_pii:": "This model has no PII"
oel_tagging.Taxonomy:
".. no_pii:": "This model has no PII"
openedx_content.Section:
".. no_pii:": "This model has no PII"
openedx_content.SectionVersion:
".. no_pii:": "This model has no PII"
openedx_content.Subsection:
".. no_pii:": "This model has no PII"
openedx_content.SubsectionVersion:
".. no_pii:": "This model has no PII"
openedx_content.Unit:
".. no_pii:": "This model has no PII"
openedx_content.UnitVersion:
".. no_pii:": "This model has no PII"
social_django.Association:
".. no_pii:": "This model has no PII"
social_django.Code:
".. pii:": "Email address"
".. pii_types:": other
".. pii_retirement:": local_api
social_django.Nonce:
".. no_pii:": "This model has no PII"
social_django.Partial:
".. no_pii:": "This model has no PII"
social_django.UserSocialAuth:
".. no_pii:": "This model has no PII"
sessions.Session:
".. no_pii:": "This model has no PII"
waffle.Flag:
".. no_pii:": "This model has no PII"
waffle.Sample:
".. no_pii:": "This model has no PII"
waffle.Switch:
".. no_pii:": "This model has no PII"