Racooder / DiamondFire-Tools

MIT License
3 stars 1 forks source link

[Feature]: Add integrity checks for script imports #54

Open Racooder opened 1 year ago

Racooder commented 1 year ago

Related Problem

Currently, scripts are imported from extern sources without an integrity check. This is relatively insecure. Following code scanning alerts are mentioning this problem:

Description

Add an integrity check for example using sha.

Example

No response

Alternatives

No response

Additional context

No response