-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
linkreference permissions not set by default for the Tester group #881
Labels
security
Pull requests that address a security vulnerability
Milestone
Comments
atodorov
added a commit
that referenced
this issue
Aug 11, 2019
- API TestExecution.add_link() now returns serialized LinkReference - API TestExecution.remove_link() now accepts dict params - update tests to match new behavior - remove unused linkreference views, forms and tests modules - update JavaScript to match usage of the new API - Refs #881 wrt missing LinkReference permissions
atodorov
added a commit
that referenced
this issue
Aug 11, 2019
- API TestExecution.add_link() now returns serialized LinkReference - API TestExecution.remove_link() now accepts dict params - update tests to match new behavior - remove unused linkreference views, forms and tests modules - update JavaScript to match usage of the new API - Refs #881 wrt missing LinkReference permissions
atodorov
added a commit
that referenced
this issue
Aug 11, 2019
- API TestExecution.add_link() now returns serialized LinkReference - API TestExecution.remove_link() now accepts dict params - update tests to match new behavior - remove unused linkreference views, forms and tests modules - update JavaScript to match usage of the new API - Refs #881 wrt missing LinkReference permissions
atodorov
added a commit
that referenced
this issue
Aug 12, 2019
- API TestExecution.add_link() now returns serialized LinkReference - API TestExecution.remove_link() now accepts dict params - update tests to match new behavior - remove unused linkreference views, forms and tests modules - update JavaScript to match usage of the new API - Refs #881 wrt missing LinkReference permissions
atodorov
added a commit
that referenced
this issue
Aug 12, 2019
NOTE: administrators of existing applications will need to apply these permissions by hand via the Admin section of the application.
atodorov
added a commit
that referenced
this issue
Aug 12, 2019
NOTE: administrators of existing applications will need to apply these permissions by hand via the Admin section of the application.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These permissions are not applied to the Tester group but more importantly they are not checked inside of the application. I am able to pass link references to TestExecution records as much as I like.
The text was updated successfully, but these errors were encountered: