Skip to content

Validate permissions using Deno's check#581

Merged
cd-work merged 1 commit intomainfrom
extvalidate
Aug 1, 2022
Merged

Validate permissions using Deno's check#581
cd-work merged 1 commit intomainfrom
extvalidate

Conversation

@cd-work
Copy link
Contributor

@cd-work cd-work commented Aug 1, 2022

This modifies the extension API's permission validation checks to rely
on Deno's internal check method rather than trying to validate
permissions ourselves.

Closes #579.

This modifies the extension API's permission validation checks to rely
on Deno's internal `check` method rather than trying to validate
permissions ourselves.

Closes #579.
@cd-work cd-work requested a review from a team as a code owner August 1, 2022 21:41
@cd-work cd-work requested a review from andreaphylum August 1, 2022 21:41
@kylewillmon kylewillmon removed the request for review from andreaphylum August 1, 2022 21:44
@cd-work cd-work merged commit 3adebe5 into main Aug 1, 2022
@cd-work cd-work deleted the extvalidate branch August 1, 2022 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix permission validation in internal extension API

2 participants