You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, in the guardicore/monkey project, FileExtension is only relevant in the ransomware plugin. However, the plugin defines a FileExtension of its own which uses pydantic (the definition in this repository doesn't) and has more constraints.
Do one of the following:
Update the FileExtension in this repository with the definition in the plugin (be sure to update the plugin as well)
Remove it from here and move FileExtension from the plugin to this repository when it needs to be used in some other place
The text was updated successfully, but these errors were encountered:
Description
As of now, in the
guardicore/monkey
project,FileExtension
is only relevant in the ransomware plugin. However, the plugin defines aFileExtension
of its own which uses pydantic (the definition in this repository doesn't) and has more constraints.Do one of the following:
FileExtension
in this repository with the definition in the plugin (be sure to update the plugin as well)FileExtension
from the plugin to this repository when it needs to be used in some other placeThe text was updated successfully, but these errors were encountered: