Skip to content

fix: issue summary entries repeated in output#175

Merged
maxrake merged 1 commit into
mainfrom
repeat_no_repeat
Dec 19, 2022
Merged

fix: issue summary entries repeated in output#175
maxrake merged 1 commit into
mainfrom
repeat_no_repeat

Conversation

@maxrake
Copy link
Copy Markdown
Contributor

@maxrake maxrake commented Dec 16, 2022

It turns out that the possible risk domain names are mostly the same between how they are referenced between the project and package levels. The list of potential names was getting added to the list of flags, without checking for duplicates first. This was corrected by using a set instead of a list for the potential names. Additionally, the difference between vulnerabilities and vulnerability was confirmed to have been corrected in phylum-dev/api#424 and thus that entry was updated here as well. So, the only remaining difference is between malicious_code and malicious, which is being tracked with phylum-dev/api#499

Fixes #174

Checklist

  • Does this PR have an associated issue (i.e., closes #<issueNum> in description above)?
  • Have you ensured that you have met the expected acceptance criteria?
  • Have you created sufficient tests?
  • Have you updated all affected documentation?

Screenshots

Output from running the command: poetry run phylum-ci -afl reqs.txt -p delme_repeat_check -u 100 -m 100 -e 100 -c 100 -o 100

image

It turns out that the possible risk domain names are mostly the same between how they are referenced between the project and package levels. The list of potential names was getting added to the list of flags, *without* checking for duplicates first. This was corrected by using a set instead of a list for the potential names. Additionally, the difference between `vulnerabilities` and `vulnerability` was confirmed to have been corrected in phylum-dev/api#424 and thus that entry was updated here as well. So, the only remaining difference is between `malicious_code` and `malicious`, which is being tracked with phylum-dev/api#499

Fixes #174
@maxrake maxrake self-assigned this Dec 16, 2022
@maxrake maxrake requested a review from a team as a code owner December 16, 2022 23:08
@maxrake maxrake requested a review from andreaphylum December 16, 2022 23:08
@maxrake maxrake enabled auto-merge (squash) December 16, 2022 23:23
@maxrake maxrake merged commit 30d9e42 into main Dec 19, 2022
@maxrake maxrake deleted the repeat_no_repeat branch December 19, 2022 13:13
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.

Issue summary entries repeated in output

2 participants