-
Notifications
You must be signed in to change notification settings - Fork 595
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
datastore: prevent manipulating user input during save #881
Merged
callmehiphop
merged 1 commit into
googleapis:master
from
stephenplusplus:spp--datastore-multiple-entities
Sep 21, 2015
Merged
datastore: prevent manipulating user input during save #881
callmehiphop
merged 1 commit into
googleapis:master
from
stephenplusplus:spp--datastore-multiple-entities
Sep 21, 2015
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Sep 21, 2015
stephenplusplus
added
api: datastore
Issues related to the Datastore API.
and removed
cla: yes
This human has signed the Contributor License Agreement.
labels
Sep 21, 2015
stephenplusplus
force-pushed
the
spp--datastore-multiple-entities
branch
from
September 21, 2015 20:26
53c4328
to
fc99071
Compare
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Sep 21, 2015
stephenplusplus
force-pushed
the
spp--datastore-multiple-entities
branch
from
September 21, 2015 20:37
fc99071
to
5695ba2
Compare
callmehiphop
added a commit
that referenced
this pull request
Sep 21, 2015
…entities datastore: prevent manipulating user input during save
4 tasks
sofisl
added a commit
that referenced
this pull request
Nov 10, 2022
* chore(main): release 7.0.4 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <[email protected]>
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Nov 11, 2022
🤖 I have created a release \*beep\* \*boop\* --- ## [4.5.0](https://www.github.com/googleapis/nodejs-dialogflow/compare/v4.4.0...v4.5.0) (2021-10-11) ### Features * added support for TelephonyTransferCall in Participant ResponseMessage ([#880](https://www.github.com/googleapis/nodejs-dialogflow/issues/880)) ([dbcf3b0](https://www.github.com/googleapis/nodejs-dialogflow/commit/dbcf3b087cf141f88af5406bd9c1ae92f1c16e19)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
gcf-owl-bot bot
added a commit
that referenced
this pull request
Feb 8, 2024
Source-Link: googleapis/googleapis@6953fd7 Source-Link: googleapis/googleapis-gen@5ba472f Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjViYTQ3MmY3OTI0NWU0MjAwNDljNjBmMGMzMjRlNDQ1NzhmMjcyYTMifQ==
sofisl
added a commit
that referenced
this pull request
Feb 8, 2024
…#5031) * feat: Update Compute Engine API to revision 20240130 (#881) Source-Link: googleapis/googleapis@6953fd7 Source-Link: googleapis/googleapis-gen@5ba472f Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjViYTQ3MmY3OTI0NWU0MjAwNDljNjBmMGMzMjRlNDQ1NzhmMjcyYTMifQ== * 🦉 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> Co-authored-by: sofisl <[email protected]>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: datastore
Issues related to the Datastore API.
cla: yes
This human has signed the Contributor License Agreement.
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.
Fixes #875