-
Notifications
You must be signed in to change notification settings - Fork 447
fixing vulnerability: XXE #679
base: master
Are you sure you want to change the base?
Conversation
Hello @marcosptf! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-07-19 10:06:20 UTC |
# 'og_image': 'foo', | ||
# 'series': 'aa', | ||
# 'asides': 'aaa' | ||
# 'cover': 'foo', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it will not be used in the future, consider removing these comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done in another pr => #680
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved,
Just look the comment before merge.
fixed error reported on issue #676
was added a new function to remove tags in strings and pytest to this new function;
Att,
@marcosptf