Flagsmith / Flagsmith/flagsmith
Permission classes not properly unmarshalling path arguments
Open
api
- Dominant language
- Python
- Stars
- 6.6k
- Forks
- 567
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 121
Description
Sentry Issue: [FLAGSMITH-API-5GA](https://flagsmith.sentry.io/issues/7202830637/?referrer=github_integration)
```
ValueError: invalid literal for int() with base 10: 'undefined'
(6 additional frame(s) were not displayed)
...
File "integrations/github/permissions.py", line 13, in has_permission
return request.user.belongs_to(organisation_id=int(organisation_id))
```
Contributor guide
Assessment
This issue has not been assessed yet.