Skip to content
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

Fix git push error for protected CLA branch #5653

Merged
merged 33 commits into from
Jul 31, 2020
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b0f23f6
Binary formatter not secure
Rick-Anderson Jul 14, 2020
cc778eb
includes
Rick-Anderson Jul 14, 2020
0bf526e
ca files
Rick-Anderson Jul 14, 2020
ded0cc8
ca files
Rick-Anderson Jul 14, 2020
2d25aca
ca files
Rick-Anderson Jul 15, 2020
452cc4c
ca files
Rick-Anderson Jul 15, 2020
e6641f3
add warning
Rick-Anderson Jul 27, 2020
3c23c5c
add warning
Rick-Anderson Jul 27, 2020
25d26b4
add warning
Rick-Anderson Jul 27, 2020
6fef8c5
Apply suggestions from code review
Rick-Anderson Jul 27, 2020
dc1d913
react to feedback
Rick-Anderson Jul 27, 2020
91d8617
react to feedback
Rick-Anderson Jul 27, 2020
023e1e6
react to feedback
Rick-Anderson Jul 27, 2020
320a0b3
Update docs/code-quality/ca2301.md
Rick-Anderson Jul 27, 2020
084d03b
react to feedback
Rick-Anderson Jul 27, 2020
27503ca
react to feedback
Rick-Anderson Jul 27, 2020
fcc8bf3
react to feedback
Rick-Anderson Jul 27, 2020
e44cc3f
react to feedback
Rick-Anderson Jul 27, 2020
c90832b
Apply suggestions from code review
Rick-Anderson Jul 27, 2020
b7d2d0a
react to feedback
Rick-Anderson Jul 27, 2020
7ebbcf8
Apply suggestions from code review
Rick-Anderson Jul 29, 2020
f5259b1
Bump VSTU changelog to 4.7.1.0
sailro Jul 30, 2020
9ac1e57
Bump VSTU changelog to 2.7.1.0
sailro Jul 30, 2020
5457554
Update change-log-visual-studio-tools-for-unity-mac.md
sailro Jul 30, 2020
6b26230
Update change-log-visual-studio-tools-for-unity.md
sailro Jul 30, 2020
b806c5c
Update docs/code-quality/ca2305.md
Rick-Anderson Jul 31, 2020
70a5671
react to feedback
Rick-Anderson Jul 31, 2020
bd39af9
Merge pull request #6939 from sailro/patch-22
PRMerger13 Jul 31, 2020
1034047
Merge pull request #6940 from sailro/patch-23
PRMerger14 Jul 31, 2020
e0d2f67
fixed doc example
mikadumont Jul 31, 2020
074ff1b
Merge pull request #6942 from mikadumont/master
Jak-MS Jul 31, 2020
43df639
Merge pull request #6862 from Rick-Anderson/patch-1
megvanhuygen Jul 31, 2020
628c1f1
Merging changes synced from https://github.com/MicrosoftDocs/visualst…
ghogen Jul 31, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
react to feedback
  • Loading branch information
Rick-Anderson committed Jul 27, 2020
commit fcc8bf3a33bdf41b84b66d5eed88ec002acb690b
7 changes: 0 additions & 7 deletions docs/code-quality/includes/binaryformatter.md
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
[!WARNING]
`BinaryFormatter` is insecure and can't be made secure. For more information, see the [BinaryFormatter security guide](/dotnet/standard/serialization/binaryformatter-security-guide).

<!--
Prefer to just say it can't be made secure and send them off for more details.
((can help mitigate against known remote code execution attacks)) only encourages them to keep using it.
Using a SerializationBinder to restrict deserializable types can help mitigate against known remote code execution attacks, but your deserialization will still be vulnerable to denial of service attacks. In the future, there may be new remote code execution attacks that a SerializationBinder can't prevent. For more information, see the [BinaryFormatter security guide](/dotnet/standard/serialization/binaryformatter-security-guide).
-->