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

Fix bug in detect dynamic deb tatic #1401

Merged
merged 4 commits into from
Apr 16, 2024
Merged

Conversation

JeffreyHuynh1
Copy link
Contributor

@JeffreyHuynh1 JeffreyHuynh1 commented Mar 26, 2024

Overview

A bug was introduced in:
https://github.com/fossas/fossa-cli/releases/tag/v3.6.15

Deb packages are being marked as rpm due to this line:
https://github.com/fossas/fossa-cli/pull/1143/files#diff-4c2f1831b02682e5e64e473c3fefbddfdceba8be7bbb8058539d7c842b06f032R38

As a result, debian packages are being identified as rpm packages.

Acceptance criteria

Ensure that debian packages are correctly identified.

Testing plan

Risks

Metrics

References

Checklist

  • I added tests for this PR's change (or explained in the PR description why tests don't make sense).
  • If this PR introduced a user-visible change, I added documentation into docs/.
  • If this PR added docs, I added links as appropriate to the user manual's ToC in docs/README.ms and gave consideration to how discoverable or not my documentation is.
  • If this change is externally visible, I updated Changelog.md. If this PR did not mark a release, I added my changes into an # Unreleased section at the top.
  • If I made changes to .fossa.yml or fossa-deps.{json.yml}, I updated docs/references/files/*.schema.json AND I have updated example files used by fossa init command. You may also need to update these if you have added/removed new dependency type (e.g. pip) or analysis target type (e.g. poetry).
  • If I made changes to a subcommand's options, I updated docs/references/subcommands/<subcommand>.md.

@JeffreyHuynh1 JeffreyHuynh1 marked this pull request as ready for review March 26, 2024 16:53
@JeffreyHuynh1 JeffreyHuynh1 requested a review from a team as a code owner March 26, 2024 16:53
@JeffreyHuynh1 JeffreyHuynh1 requested a review from zlav March 26, 2024 16:53
Copy link
Member

@zlav zlav left a comment

Choose a reason for hiding this comment

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

This is pretty straightforward, looks good 👍

@jssblck
Copy link
Member

jssblck commented Apr 16, 2024

@JeffreyHuynh1 when are we merging this? i was surprised to see this issue still occurring

@JeffreyHuynh1 JeffreyHuynh1 merged commit de7bdcd into master Apr 16, 2024
16 checks passed
@JeffreyHuynh1 JeffreyHuynh1 deleted the detect-dynamic-deb branch April 16, 2024 18:24
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.

None yet

3 participants