google/gcp_scanner
A comprehensive scanner for Google Cloud
5 Releases
Latest: 2y ago
v1.4.0Latest
📋 What's Changed
- fix: Handle of missing iam_policy key in input JSON for visualization tool
- fix: Use extend on crawlers to avoid replacing results
- Viz tool: Added table view for resource page to visualization
- Viz tool: Added regex search for Resource and RoleList pages
- feat: Implement Compute Security Policies
- Grammar and typos fixes
- feat: Add support for CloudBilling resource
- Fixing -p/-f option and printing
✨ New Contributors
- @dhruvpal05 made their first contribution in https://github.com/google/gcp_scanner/pull/310
- @shravankshenoy made their first contribution in https://github.com/google/gcp_scanner/pull/308
- @FartSimps0n made their first contribution in https://github.com/google/gcp_scanner/pull/315
- Full Changelog: https://github.com/google/gcp_scanner/compare/v1.3.0...v1.4.0
Parallelization, new visualization tool and bug fixesv1.3.0
📋 What's Changed
- We can now crawl GCP resources and projects in parallel with -pwc/-rwc options
- fix: addressed hanging bug if output folder doesn't exist by @peb-peb in https://github.com/google/gcp_scanner/pull/272
- feat: Add results visualization tool for GCP scanner by @yahia3200 in https://github.com/google/gcp_scanner/pull/282
- Full Changelog: https://github.com/google/gcp_scanner/compare/v1.2.0...v1.3.0
v1.2.0
📋 What's Changed
- Adding GCS bucket name in the output
- Large code refactoring for crawl.py
- Implemented GCS bucket IAM policy fetching
- New crawlers implemented: Firestore, Datastore, Domains
- Minor bug fixes
✨ New Contributors
- @adeptvin1 made their first contribution in https://github.com/google/gcp_scanner/pull/152
- @natea123 made their first contribution in https://github.com/google/gcp_scanner/pull/219
- @csemanish12 made their first contribution in https://github.com/google/gcp_scanner/pull/225
- Full Changelog: https://github.com/google/gcp_scanner/compare/v1.1.0...v1.2.0
v.1.1.0v1.1.0
📋 What's Changed
- Add timestamp to filename while saving output of gcp scan
- Enable lightweight scanning option
- Moving GCP Test Infra to Free-Tier
- Full Changelog: https://github.com/google/gcp_scanner/compare/v1.0.0...v1.1.0
v1.0.0
✨ Features
- added list cloud source repo functionalities in the scanner ([#19](https://github.com/google/gcp_scanner/issues/19)) ([4eb3ba6](https://github.com/google/gcp_scanner/commit/4eb3ba6bbee9edc3f4482502fd23539b44e60f1a))
- crawler for cloud dns policies ([#56](https://github.com/google/gcp_scanner/issues/56)) ([413aa5f](https://github.com/google/gcp_scanner/commit/413aa5f0fb8547d3ecadadf7a871456110f9383c))
- dummped token_scope in the result for informational perpose ([#21](https://github.com/google/gcp_scanner/issues/21)) ([eef5a93](https://github.com/google/gcp_scanner/commit/eef5a93cbe845cc951e246db0ddb5b6615a74ab1))
- error handling implemented ([#21](https://github.com/google/gcp_scanner/issues/21)) ([0529f0a](https://github.com/google/gcp_scanner/commit/0529f0a6e94da1526210874f816ec567b826ee6e))
- fix lint ([#21](https://github.com/google/gcp_scanner/issues/21)) ([fe8f4dc](https://github.com/google/gcp_scanner/commit/fe8f4dc8d6bd679c31ddbe7bbae64ef49ffa5ab5))
- implemented crawler for listing cloud source repositories ([#19](https://github.com/google/gcp_scanner/issues/19)) ([3ca9933](https://github.com/google/gcp_scanner/commit/3ca9933872d9e83cc30932297e416b5b8dd010a1))
- log to a specified path ([90bbace](https://github.com/google/gcp_scanner/commit/90bbacea189445b0a5a1775e54c1fcb803a04c9c))
- moved PR template under .github directory. ([2c9f7e1](https://github.com/google/gcp_scanner/commit/2c9f7e137385f8ea05467e5d4f9ba88235da7d6d))
- + 7 more
🐛 Bug Fixes
- [#114](https://github.com/google/gcp_scanner/issues/114) ([20b1051](https://github.com/google/gcp_scanner/commit/20b1051808517953677a0a45e20280983d5de47a))
- docstring updated to mach with the function args. ([87766bf](https://github.com/google/gcp_scanner/commit/87766bf3e000b14946d79b498cf913d095420dbd))
- enclosed in a list ([a9b552d](https://github.com/google/gcp_scanner/commit/a9b552dddc0ad2c139ac7fc9350944de2113b55f))
- fixed bug on paginated response from cloudsource list api.([#19](https://github.com/google/gcp_scanner/issues/19)) ([6539f90](https://github.com/google/gcp_scanner/commit/6539f9055f7fae08540968462e2dbe4fc88c392f))
- fixed spelling mistakes in the list_services log message. ([f990475](https://github.com/google/gcp_scanner/commit/f990475c3aa0c9e23a074ddd6f73fe95df46c13a))
- indentation in CONTRIBUTING.md ([63c5cac](https://github.com/google/gcp_scanner/commit/63c5cac2c6a17ba19b462651650c3a3da3bfdc1a))
- linting error fixed ([#19](https://github.com/google/gcp_scanner/issues/19)) ([2ae064f](https://github.com/google/gcp_scanner/commit/2ae064fc17808ce128f39c59fb641b2dc1bf91d3))
- logging fixed ([6c410ae](https://github.com/google/gcp_scanner/commit/6c410aec951d3c73e48b5fd5a1b972eb63ef4b12))
- + 6 more
📦 Miscellaneous
- add .vscode directory to .gitignore file ([a001140](https://github.com/google/gcp_scanner/commit/a001140812e648003b74b59e4e96d0309102b923))
- added endlne in the file ([#89](https://github.com/google/gcp_scanner/issues/89)) ([73ea401](https://github.com/google/gcp_scanner/commit/73ea401c9283d55c97ff66d7c41c7cc0ca223483))
- issue template for github added ([e141f8c](https://github.com/google/gcp_scanner/commit/e141f8c76733e31331b4747100608dd302dd3757))
- moved pr template to the root of .github directory as PR_TEMPLATE foldering not supported under the .github directory ([a5e3e34](https://github.com/google/gcp_scanner/commit/a5e3e34b0e60c48c34efa93067222a0b7530db80))
- name updated with hyphen ([#89](https://github.com/google/gcp_scanner/issues/89)) ([c1f96f5](https://github.com/google/gcp_scanner/commit/c1f96f53c9bf315a71fcbf855a85d20722295f95))
- project description updated ([#89](https://github.com/google/gcp_scanner/issues/89)) ([c211feb](https://github.com/google/gcp_scanner/commit/c211febc9c5188a1791eeb5c44522674dfffa36d))
- workflow for publishing into pypi added ([#89](https://github.com/google/gcp_scanner/issues/89)) ([27f382b](https://github.com/google/gcp_scanner/commit/27f382bd3c63001c78dad7b2a09caa6ef21b0d68))
📝 Documentation
- add commit and branching naming conventions to contributing.md ([de3ced8](https://github.com/google/gcp_scanner/commit/de3ced865ca3c7534e3d2df9e0eb3e57afe92533))
- add pull request template ([103cbd0](https://github.com/google/gcp_scanner/commit/103cbd0cbad74ceff8aa04b891351cbf41f71886))
- Fix spaces after comma ([e085ee2](https://github.com/google/gcp_scanner/commit/e085ee29ccd3698124ad56ed740d23d551fa99b0))
- fixed CONTRIBUTING.md formatting error ([e02d939](https://github.com/google/gcp_scanner/commit/e02d9395a6d6199b9a9c3817c6cf5d4509bd428a))
- fixed minor spelling and grammartical issues in the readme.md ([#26](https://github.com/google/gcp_scanner/issues/26)) ([2b80564](https://github.com/google/gcp_scanner/commit/2b8056471e9f0984d2d837496244e4442c13e82a))
- update <issue-id> for branch naming conventions ([c7c74af](https://github.com/google/gcp_scanner/commit/c7c74af5f5489425e5314adea52b4034cb81a152))
- update contributing.md ([f71d1b8](https://github.com/google/gcp_scanner/commit/f71d1b883b9ff8d6d92f0af1039c414d52a7e38d))
- update CONTRIBUTING.md ([dbddc44](https://github.com/google/gcp_scanner/commit/dbddc44643addd0c103b0d9bb2806862f3b1cac6))
- + 5 more
🧪 Tests
- added integration test boilerplate for get_refresh_token_scope ([4fffc79](https://github.com/google/gcp_scanner/commit/4fffc799c9634630d176e17b22decea7ae845843))
- example sourcerepos file added for testing; update according to the test poject ([#19](https://github.com/google/gcp_scanner/issues/19)) ([38dfa1a](https://github.com/google/gcp_scanner/commit/38dfa1a7a02fe6c7b35bcd3946f6e21850628db1))
- Fix failing services test ([f2dcbdf](https://github.com/google/gcp_scanner/commit/f2dcbdf1d0b9ff2a54772482dba6528b6ad90057))
- linting errors fixed ([#14](https://github.com/google/gcp_scanner/issues/14)) ([3292c4c](https://github.com/google/gcp_scanner/commit/3292c4cdfd9d6afa109409f98dbaddd1c2fc1bf6))
- refactored crawler unittests ([#14](https://github.com/google/gcp_scanner/issues/14)) ([cb9aa0d](https://github.com/google/gcp_scanner/commit/cb9aa0d733ede5bda4a5b6017e33c7a0e5500e13))
- unit test added for cloud source repo crawler ([#19](https://github.com/google/gcp_scanner/issues/19)) ([995b591](https://github.com/google/gcp_scanner/commit/995b59160a808428fff1c91c5dc2104b120ad184))
- updated docstring typo ([55884ab](https://github.com/google/gcp_scanner/commit/55884ab3ef335cd50aeb647ab1f8fbf16301dc5e))
- updated test boilerplate for integration tes of the get RT ([#69](https://github.com/google/gcp_scanner/issues/69)) ([f5f12b4](https://github.com/google/gcp_scanner/commit/f5f12b434cc2548f650cdd591f73beef44551c26))
- + 2 more
