-
Notifications
You must be signed in to change notification settings - Fork 10
/
.annotation_safe_list.yml
61 lines (60 loc) · 2.29 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
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
# 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"
contenttypes.ContentType:
".. no_pii:": "This model has no PII"
django_celery_results.ChordCounter:
".. no_pii:": "This model has no PII"
django_celery_results.GroupResult:
".. no_pii:": "This model has no PII"
django_celery_results.TaskResult:
".. no_pii:": "This model has no PII"
sessions.Session:
".. 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"
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"
subsidy_request.HistoricalLicenseRequest:
".. no_pii:": "This model has no PII"
subsidy_request.HistoricalCouponCodeRequest:
".. no_pii:": "This model has no PII"
subsidy_request.HistoricalSubsidyRequestCustomerConfiguration:
".. no_pii:": "This model has no PII"
subsidy_access_policy.HistoricalForcedPolicyRedemption:
".. no_pii:": "This model has no PII"
subsidy_access_policy.HistoricalSubsidyAccessPolicy:
".. no_pii:": "This model has no PII"
content_assignments.HistoricalAssignmentConfiguration:
".. no_pii:": "This model has no PII"
content_assignments.HistoricalLearnerContentAssignment:
".. pii:": The learner_email field stores PII, which is to be scrubbed after 90 days via management command.
".. pii_types:": email_address
".. pii_retirement:": local_api
content_assignments.HistoricalLearnerContentAssignmentAction:
".. no_pii:": "This model has no PII"