-
Notifications
You must be signed in to change notification settings - Fork 85
/
.annotation_safe_list.yml
32 lines (30 loc) · 1.1 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
# See https://code-annotations.readthedocs.io/en/latest/safelist.html for more information.
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"
contenttypes.ContentType:
".. no_pii:": "This model has no PII"
admin.LogEntry:
".. 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"
auth.Group:
".. no_pii": "This model has no PII"
auth.Permission:
".. no_pii": "This model has no PII"
sites.Site:
".. no_pii": "This model has no PII"
sessions.Session:
".. pii": "The session can be used to store user information"
".. pii_types": "other"
".. pii_retirement": "consumer_api"
# Automatically generated models that cannot be annotated
edx_proctoring.HistoricalProctoredExamStudentAttempt:
".. no_pii": "This model has no PII"
edx_proctoring.HistoricalProctoredExam:
".. no_pii": "This model has no PII"