The load_yaml()
convenience method on BaseScript should use SafeLoader
#19189
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Milestone
Deployment Type
Self-hosted
NetBox Version
v4.2.7
Python Version
3.10
Steps to Reproduce
N/A
Expected Behavior
The
load_yaml()
method on BaseScript should use the SafeLoader class for safety.Observed Behavior
The default Loader class is used.
The text was updated successfully, but these errors were encountered: