Skip to content

Commit

Permalink
feat: [SecurityCenter] Add compliances, processes and exfiltration fi…
Browse files Browse the repository at this point in the history
…elds to findings attributes. They contain compliance information about a security standard indicating unmet recommendations, represents operating system processes, and data exfiltrati... (#5310)

* feat: Add compliances, processes and exfiltration fields to findings attributes. They contain compliance information about a security standard indicating unmet recommendations, represents operating system processes, and data exfiltration attempt of one or more source(s) to one or more target(s).  Source(s) represent the source of data that is exfiltrated, and Target(s) represents the destination the data was copied to

PiperOrigin-RevId: 452067806

Source-Link: googleapis/googleapis@5bfadd9

Source-Link: googleapis/googleapis-gen@ae56215
Copy-Tag: eyJwIjoiU2VjdXJpdHlDZW50ZXIvLk93bEJvdC55YW1sIiwiaCI6ImFlNTYyMTUyNDZkZWU5NjhhNGVhYzQzYjAwMTJkNjc2ODc2ZTUyYTQifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed May 31, 2022
1 parent b9b2ae8 commit d133389
Show file tree
Hide file tree
Showing 14 changed files with 1,374 additions and 9 deletions.
32 changes: 32 additions & 0 deletions SecurityCenter/metadata/V1/Compliance.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions SecurityCenter/metadata/V1/Exfiltration.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions SecurityCenter/metadata/V1/File.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified SecurityCenter/metadata/V1/Finding.php
Binary file not shown.
Binary file modified SecurityCenter/metadata/V1/MitreAttack.php
Binary file not shown.
43 changes: 43 additions & 0 deletions SecurityCenter/metadata/V1/Process.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

140 changes: 140 additions & 0 deletions SecurityCenter/src/V1/Compliance.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 102 additions & 0 deletions SecurityCenter/src/V1/EnvironmentVariable.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d133389

Please sign in to comment.