diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..78a1153 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +This are the supported versions for security updates. + +| Version | Supported | +| ------- | ------------------ | +| 0.0.x | :white_check_mark: | + +## Reporting a Vulnerability + +If you detect any vulnerability on the code, please open an issue explaining what happens and the risks of the vulneable code. +Thanks in advance! diff --git a/services/authoritation.go b/services/permission/permission.go similarity index 92% rename from services/authoritation.go rename to services/permission/permission.go index 668de0d..82c28b8 100644 --- a/services/authoritation.go +++ b/services/permission/permission.go @@ -1,4 +1,4 @@ -package services +package permissiondal import "github.com/akrck02/valhalla-core-sdk/models" diff --git a/version.config b/version.config index 90ab6e9..8ce995b 100644 --- a/version.config +++ b/version.config @@ -1 +1 @@ -v0.0.2 \ No newline at end of file +v0.0.3 \ No newline at end of file