-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
111 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
.annotation_safe_list.yml: | ||
- annotation_data: This model has no PII | ||
annotation_token: '.. no_pii:' | ||
extra: | ||
full_comment: '{''.. no_pii:'': ''This model has no PII''}' | ||
object_id: admin.LogEntry | ||
filename: .annotation_safe_list.yml | ||
found_by: safelist | ||
line_number: 0 | ||
report_group_id: 1 | ||
- annotation_data: This model has no PII | ||
annotation_token: '.. no_pii:' | ||
extra: | ||
full_comment: '{''.. no_pii:'': ''This model has no PII''}' | ||
object_id: auth.Group | ||
filename: .annotation_safe_list.yml | ||
found_by: safelist | ||
line_number: 0 | ||
report_group_id: 2 | ||
- annotation_data: This model has no PII | ||
annotation_token: '.. no_pii:' | ||
extra: | ||
full_comment: '{''.. no_pii:'': ''This model has no PII''}' | ||
object_id: contenttypes.ContentType | ||
filename: .annotation_safe_list.yml | ||
found_by: safelist | ||
line_number: 0 | ||
report_group_id: 3 | ||
- annotation_data: This model has no PII | ||
annotation_token: '.. no_pii:' | ||
extra: | ||
full_comment: '{''.. no_pii:'': ''This model has no PII''}' | ||
object_id: auth.Permission | ||
filename: .annotation_safe_list.yml | ||
found_by: safelist | ||
line_number: 0 | ||
report_group_id: 4 | ||
- annotation_data: This model has no PII | ||
annotation_token: '.. no_pii:' | ||
extra: | ||
full_comment: '{''.. no_pii:'': ''This model has no PII''}' | ||
object_id: sessions.Session | ||
filename: .annotation_safe_list.yml | ||
found_by: safelist | ||
line_number: 0 | ||
report_group_id: 5 | ||
- annotation_data: This model minimally contains a username, password, and email | ||
annotation_token: .. pii | ||
extra: | ||
full_comment: '{''.. pii'': ''This model minimally contains a username, password, | ||
and email'', ''.. pii_types'': ''username, email_address, password'', ''.. pii_retirement'': | ||
''consumer_api''}' | ||
object_id: auth.User | ||
filename: .annotation_safe_list.yml | ||
found_by: safelist | ||
line_number: 0 | ||
report_group_id: 6 | ||
- annotation_data: username, email_address, password | ||
annotation_token: .. pii_types | ||
extra: | ||
full_comment: '{''.. pii'': ''This model minimally contains a username, password, | ||
and email'', ''.. pii_types'': ''username, email_address, password'', ''.. pii_retirement'': | ||
''consumer_api''}' | ||
object_id: auth.User | ||
filename: .annotation_safe_list.yml | ||
found_by: safelist | ||
line_number: 0 | ||
report_group_id: 6 | ||
- annotation_data: consumer_api | ||
annotation_token: .. pii_retirement | ||
extra: | ||
full_comment: '{''.. pii'': ''This model minimally contains a username, password, | ||
and email'', ''.. pii_types'': ''username, email_address, password'', ''.. pii_retirement'': | ||
''consumer_api''}' | ||
object_id: auth.User | ||
filename: .annotation_safe_list.yml | ||
found_by: safelist | ||
line_number: 0 | ||
report_group_id: 6 | ||
/home/bryanttv/edunext/tutor/nightly/requirements/platform-plugin-turnitin/platform_plugin_turnitin/models.py: | ||
- annotation_data: '' | ||
annotation_token: '.. no_pii:' | ||
extra: | ||
full_comment: "Represents a submission to Turnitin.\n\n Attributes:\n -\ | ||
\ user (User): The user who made the submission.\n - turnitin_submission_id\ | ||
\ (str): The unique identifier for the submission in Turnitin.\n - turnitin_submission_pdf_id\ | ||
\ (str): The unique identifier for the PDF version of the submission in Turnitin.\n\ | ||
\ - created_at (datetime): The date and time when the submission was created.\n\ | ||
\n .. no_pii:" | ||
object_id: platform_plugin_turnitin.TurnitinSubmission | ||
filename: /home/bryanttv/edunext/tutor/nightly/requirements/platform-plugin-turnitin/platform_plugin_turnitin/models.py | ||
found_by: django | ||
line_number: 11 | ||
report_group_id: 7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
""" | ||
EULA handlers for turnitin xblock | ||
""" | ||
|
||
from .api_handler import turnitin_api_handler | ||
|
||
|
||
|
1 change: 1 addition & 0 deletions
1
platform_plugin_turnitin/turnitin_client/handlers/similarity_reports.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
""" | ||
Similarity reports handlers | ||
""" | ||
|
||
from .api_handler import turnitin_api_handler | ||
|
||
|
||
|
1 change: 1 addition & 0 deletions
1
platform_plugin_turnitin/turnitin_client/handlers/submissions.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
""" | ||
Submissions hanlders | ||
""" | ||
|
||
from .api_handler import turnitin_api_handler | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters