Skip to content
  1. Dec 03, 2022
    • nimrod's avatar
      Improve security by restricting the usage of the response. · 00b764d8
      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.
      00b764d8
    • nimrod's avatar
      Update the address of the flake8 pre-commit hook. · 0d5acb2b
      nimrod authored
      0d5acb2b
    • nimrod's avatar
      Update the pycln pre-commit hook. · 20838065
      nimrod authored
      The older version was failing.
      20838065
  2. Jul 16, 2022
  3. May 26, 2022
  4. Feb 23, 2022
  5. Aug 14, 2021
  6. Jul 03, 2021
  7. May 23, 2021
    • nimrod's avatar
      Updates to .gitlab-ci.yml · 539fea90
      nimrod authored
      - Remove the manaul stages order, pre-commit now runs in .pre.
      - Use a more specific name for building the container image.
      539fea90
    • nimrod's avatar
      Pin to an older version of the docker package. · c2e9c029
      nimrod authored
      There's an issue with version 5.0.0, it requires six but it's missing
      from the package requirements. Pin to an older version until it's fixed.
      c2e9c029
  8. May 20, 2021
  9. Apr 23, 2021
  10. Apr 21, 2021
  11. Apr 19, 2021