Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve initial setup to trigger more bugs #252

Open
juliusknorr opened this issue Nov 28, 2023 · 1 comment
Open

Improve initial setup to trigger more bugs #252

juliusknorr opened this issue Nov 28, 2023 · 1 comment

Comments

@juliusknorr
Copy link
Owner

juliusknorr commented Nov 28, 2023

As @nickvergessen mentioned there could be a couple of things to configure to trigger bugs

  • Set a displayname on the users, maybe displaynames with some xss teststrings

  • File skeleton with special characters

  • TODO: Collect more

@nickvergessen
Copy link

nickvergessen commented Nov 28, 2023

  • randomize darkmode setting on user creation
  • upload image avatars (still no OCC/OCS endpoint, Talk ships its own)
  • I personally use random for user id and login via configured email address
    • uuids (helps with visuals)
    • add spaces (problem in URLs, needs to be encoded)
    • numeric only (problem in arrays as keys in PHP https://3v4l.org/8dTd1 )
    • double @ user ids, e.g. break@ing@every@thing (problem with federation splitting user + domain from cloud ids)
USERID=$(uuidgen)
TEST5=$USERID
sudo -u www-data OC_PASS="123456" ./occ -vvv user:add --password-from-env --display-name "Emily Evans" -g $GROUPID1 -g $GROUPID2 $USERID
sudo -u www-data ./occ -vvv user:setting $USERID settings email test5@example.tld

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants