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

report: fix reporting invalid SourcePackage #306

Merged
merged 1 commit into from Apr 5, 2024

Conversation

bdrung
Copy link
Collaborator

@bdrung bdrung commented Apr 3, 2024

Coverity noticed a copy-paste error: The reported invalid source package name should refer to the source package name instead of the binary package name.

Fixes: 44eba9f ("Fix path traversal vulnerability with hooks execution")

@bdrung bdrung requested a review from schopin-pro April 3, 2024 15:30
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.26%. Comparing base (040bdc9) to head (8f7f2b6).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #306      +/-   ##
==========================================
+ Coverage   82.23%   82.26%   +0.03%     
==========================================
  Files          94       94              
  Lines       19227    19232       +5     
  Branches     3101     3101              
==========================================
+ Hits        15811    15821      +10     
+ Misses       2915     2913       -2     
+ Partials      501      498       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Coverity noticed a copy-paste error: The reported invalid source package
name should refer to the source package name instead of the binary
package name.

Fixes: 44eba9f ("Fix path traversal vulnerability with hooks execution")
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
@schopin-pro schopin-pro merged commit fe710bb into canonical:main Apr 5, 2024
17 checks passed
@bdrung bdrung deleted the srcpackage branch April 5, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants