[31m[22m[24msemgrep error[0m: Invalid rule schema
  --> rules/syntax/missing-field.yaml:3
[94m[22m[24m3  | [0m  - id: flask-secure-set-cookie
[94m[22m[24m4  | [0m    languages: [python]
[94m[22m[24m5  | [0m    patterns:
[94m[22m[24m6  | [0m      - pattern-not: |
[94m[22m[24m7  | [0m          flask.response.set_cookie(..., httponly=True, secure=True,...)
[94m[22m[24m8  | [0m      - pattern: |
[94m[22m[24m9  | [0m          flask.response.set_cookie(....)
[94m[22m[24m10 | [0m    message: |
[94m[22m[24m11 | [0m      Flask cookies should be handled securely by setting secure=True, httponly=True, and samesite='Lax' in  response.set_cookie(...). If your situation calls for different settings, explicitly disable the setting.
[94m[22m[24m12 | [0m      If you want to send the cookie over http, set secure=False.  If you want to let client-side JavaScript
[94m[22m[24m13 | [0m      read the cookie, set httponly=False. If you want to attach cookies to requests for external sites,
[94m[22m[24m14 | [0m      set samesite=None.

[31m[22m[24mOne of these properties is missing: 'severity'[0m

[31m[41m[22m[24m[[0m[38;5;231m[41m[1m[24mERROR[0m[31m[41m[22m[24m][0m invalid configuration file found (1 configs were invalid)
