Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve #376: Support multiple locations for misuses #387

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

M8is
Copy link
Collaborator

@M8is M8is commented May 18, 2018

Resolve #376: Support multiple locations for misuses

Note: We publish a list of locations per misuse on publish metadata.

@M8is M8is self-assigned this May 18, 2018
@M8is M8is requested a review from salsolatragus May 18, 2018 10:02
@@ -44,7 +44,7 @@ def run(self, project: Project, misuse: Misuse):
"project": project.id,
"version": version.version_id,
"misuse": misuse.misuse_id,
"location": misuse.location.__dict__,
"locations": [location.__dict__ for location in misuse.locations],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Adapt receiver on review site.

@salsolatragus salsolatragus self-assigned this May 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants