feat: Adding firebase check command #1330
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Status
IN DEVELOPMENT
Description
This PR proposes a new command on the CLI to check on Firebase rules files.
These checking are meant to find possible vulnerabilities in the rules that Firebase services have, like Cloud Storage, Firestore, etc.
This PR only implements the rules for Cloud Storage for now, and the checkings follows the official documentation:
https://firebase.google.com/docs/rules/insecure-rules
This PR is in Draft as it is a proposal for now, if the idea gets accepted, I will continue working to add tests, docs, etc.
Checkings for other services like Firestore will come on follow up PRs as well.
Type of Change