-
Notifications
You must be signed in to change notification settings - Fork 8
/
.annotation_safe_list.yml
35 lines (34 loc) · 1.27 KB
/
.annotation_safe_list.yml
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
# 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
auth.Group:
".. no_pii:": "This model has no PII"
auth.Permission:
".. no_pii:": "This model has no PII"
auth.User:
".. pii:": "Contains username, password, and email address, must be retired in the consumer of this app"
".. pii_types:" : username, email_address, password
".. pii_retirement:" : consumer_api
contenttypes.ContentType:
".. no_pii:": "This model has no PII"
djcelery.CrontabSchedule:
".. no_pii:": "This model has no PII"
djcelery.IntervalSchedule:
".. no_pii:": "This model has no PII"
djcelery.PeriodicTask:
".. no_pii:": "This model has no PII"
djcelery.PeriodicTasks:
".. no_pii:": "This model has no PII"
djcelery.TaskMeta:
".. no_pii:": "This model has no PII"
djcelery.TaskSetMeta:
".. no_pii:": "This model has no PII"
djcelery.TaskState:
".. no_pii:": "This model has no PII"
djcelery.WorkerState:
".. no_pii:": "This model has no PII"