feat(security): add approved rooms/users/domains as env variables #277
No reviewers
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/roboluke-tasks#277
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "276-add-approved-usersdomains-as-an-environment-variable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #276
Google Gemini AI Review
Decision: Reject
Change Score: 50%
Issue: Importing untested module
app.utils.helpers
, but there are no tests for this module.Issue:
approved_users
in testsconfig
contains the keyapproved_users
, but this key is not present in theconfig
class.Issue:
version
in testsconfig
contains the keyversion
, but this key is not present in theconfig
class.Issue:
.env
settings not usedtest.sh
script loads.env
instead of.env.test
. Consequently, the test environment is not properly configured.Issue: Pytest-related dependency missing
pytest-monkeypatch
is required for testing, but it is not currently installed.Suggestions:
app.utils.helpers
.approved_users
andversion
fromtests/test_config.py
.test.sh
to load.env.test
.pytest-monkeypatch
.Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
97.3% Coverage on New Code
0.0% Duplication on New Code
See analysis details on SonarCloud