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
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Remove custom semver library from Detection Rules and replace with pypi library. Review all uses of custom library and adjust logic to pypi library.
Describe alternatives you've considered
Creating more custom functions and methods in custom semver library for other Detection Rules functionality.
Additional context
We should adapt the additional functionality of the pypi semver library that is available and reduce management of custom code. Some additional uses necessary such as package-storage semantic versioning filters and adjusting rule versions to semantic versioning will require more functionality that is already available in the pypyi library.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Remove custom semver library from Detection Rules and replace with pypi library. Review all uses of custom library and adjust logic to pypi library.
Describe alternatives you've considered
Creating more custom functions and methods in custom semver library for other Detection Rules functionality.
Additional context
We should adapt the additional functionality of the pypi semver library that is available and reduce management of custom code. Some additional uses necessary such as package-storage semantic versioning filters and adjusting rule versions to semantic versioning will require more functionality that is already available in the pypyi library.
The text was updated successfully, but these errors were encountered: