Skip to content

Conversation

@weiznich
Copy link

During a dependency review we noticed that the ndarray 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 ndarray 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.
@nilgoyette
Copy link
Collaborator

Thank you for your contribution @weiznich. We just merged another pr that does the same thing so I'll close this pr.

Please tell us if this fixes your problem.

@nilgoyette nilgoyette closed this Dec 16, 2025
@weiznich
Copy link
Author

I totally missed that other PR. Sorry about that.

(It resolves my problem)

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