- Dec 03, 2022
-
-
nimrod authored
-
nimrod authored
It's causing too much trouble. I'll check again in a few releases.
-
nimrod authored
-
nimrod authored
-
nimrod authored
-
nimrod authored
The service replies with the message in the request. This can be used as an attack vector as the reply is determined by the request and is coming from a shore.co.il domain. So the following precautions are taken: - Limit the request length to limit the usefulness of the response. - Set the response MIME type to plain text and set the `X-Content-Type-Options` header to `nosniff` so the browser won't guess the content type. - Set the `X-Frame-Options` header to `DENY` so it won't be used as an iframe. - Set CORS headers.
-
nimrod authored
-
nimrod authored
The older version was failing.
-
- Jul 16, 2022
- May 26, 2022
- Feb 23, 2022
-
-
nimrod authored
-
nimrod authored
-
nimrod authored
With the updated hooks, address some newly found issues: - Sort Python imports with isort. - Don't cache pip packages in the container image.
-
nimrod authored
Use the git skeleton file.
-
nimrod authored
Use the renamed CI templates repository.
-
nimrod authored
If the message is an empty string or in the fallback case of using the request data if the message is None, don't send a notification.
-
- Aug 14, 2021
-
-
nimrod authored
-
- Jul 03, 2021
- May 23, 2021
- May 20, 2021
-
-
nimrod authored
-
- Apr 23, 2021
- Apr 21, 2021
-
-
nimrod authored
-
- Apr 19, 2021
-
-
nimrod authored
-