Skip to content

Conversation

@weiznich
Copy link

During a dependency review we noticed that the matrixmultiply crate includes various development scripts. These development scripts shouldn't be there as they might, at some point become problematic. As of now they prevent any downstream user from enabling the [bans.build.interpreted] option of cargo deny.

I opted for using an explicit include list instead of an exclude list to prevent these files from being included in the published packages to make sure that everything that's included is an conscious choice.

During a dependency review we noticed that the matrixmultiply crate includes various development scripts. These development scripts shouldn't be there as they might, at some point become problematic. As of now they prevent any downstream user from enabling the `[bans.build.interpreted]` option of cargo deny.

I opted for using an explicit include list instead of an exclude list to prevent these files from being included in the published packages to make sure that everything that's included is an conscious choice.
@bluss
Copy link
Owner

bluss commented Jan 5, 2026

Does the change #96 work for you for this purpose? I would originally want to publish the the full source, but we can remove some script files as a compromise. I suppose the era of useful source tarballs is long since over.

@weiznich
Copy link
Author

weiznich commented Jan 6, 2026

That would work for me.

@bluss bluss closed this in #96 Jan 7, 2026
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