Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9b03fa7
Fixing readme rst (#1762)
axelsrz Jun 30, 2021
d80ca48
Fixed the exporting of token api module (#1763)
axelsrz Jul 1, 2021
8d71980
Version to 4.15.0 (#1761)
tracyboehrer Jul 1, 2021
ec298fb
exporting streaming assemblers (#1764)
axelsrz Jul 5, 2021
70fee41
Fix get_conversation_reference in skill_handler_impl (#1765)
ceciliaavila Jul 6, 2021
135cee9
Fixing TeamsChannelData typo (#1778)
axelsrz Sep 16, 2021
b93c9fb
Delete app ids, pws. (#1802)
Sep 22, 2021
26e7902
Fix Django Component Governance vulnerability. (#1804)
Sep 27, 2021
41211de
Fix django vulnerability (#1817)
Oct 12, 2021
7b6f39f
Component Governance CVE-2021-42771 Py babel update (#1826)
Oct 26, 2021
7d7fa53
OAuthPrompt was constructing InvokeResponse incorrectly in some cases…
tracyboehrer Nov 3, 2021
3d41036
Updated code owners (#1834)
gabog Nov 16, 2021
8d01d45
Add generators Echo bot (#1867)
ceciliaavila Jan 20, 2022
90907d8
Add generators Empty bot (#1868)
ceciliaavila Jan 20, 2022
e90f08c
Add generators Core bot (#1869)
ceciliaavila Jan 20, 2022
16f55f8
Fix Telemetry Logger attachments (#1888)
ram-xv Jan 28, 2022
b11e029
Fixing bug if channel sends empty string for a null object (#1889)
axelsrz Jan 31, 2022
92bd482
Patch update on msrest dependency (#1930)
axelsrz Mar 9, 2022
d18e955
Component Governance python security updates (#1936)
May 9, 2022
31d0ffe
Get docker image from MCR (#1944)
Jun 16, 2022
43dd98e
Corrected TeamsChannelData deserialization in TelemetryLoggerMiddlewa…
tracyboehrer Jul 29, 2022
0114088
Dependency updates (#1959)
tracyboehrer Jul 29, 2022
41107f2
Bump msal version (#1932)
mgiovani Jul 29, 2022
00796ca
Bumped generator dependencies (#1960)
tracyboehrer Jul 29, 2022
9102e10
Microsoft mandatory file (#1962)
microsoft-github-policy-service[bot] Aug 15, 2022
1d41b30
feat: update deployment template (#1946)
woasishen Aug 29, 2022
2f8f592
Correct template folder casing (1) (#1965)
tracyboehrer Aug 29, 2022
d02f0c4
Correct template folder casing (2) (#1966)
tracyboehrer Aug 29, 2022
58a036e
Added deprecation notice to README (#1969)
tracyboehrer Oct 19, 2022
bafc08d
Updating masal and msrest dependencies (#1970)
axelsrz Oct 26, 2022
7543a2c
Added German culture model (#1907)
ram-xv Oct 27, 2022
edbe3b1
PyJWT udpated by sdawodu (#1973)
tracyboehrer Oct 27, 2022
988c52d
Fix bug in DialogStateManager (#1919)
ram-xv Oct 27, 2022
ded24da
Updated django (#1974)
tracyboehrer Oct 27, 2022
db8b680
Bump yargs-parser and replace in /libraries/swagger (#1972)
dependabot[bot] Oct 27, 2022
ce48b1b
Removed unused (#1975)
tracyboehrer Oct 27, 2022
b5660a0
Corrected streaming dependencies (#1976)
tracyboehrer Oct 27, 2022
5072e31
Adding deprectaion message and removing an experimental test (#1977)
axelsrz Oct 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
78 changes: 1 addition & 77 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,80 +12,4 @@
# This should make it easy to add new rules without breaking existing ones.

# Global rule:
* @microsoft/bb-python

# Functional tests
/libraries/functional-tests/** @tracyboehrer

# Adapters
/libraries/botbuilder-adapters-slack/** @tracyboehrer @garypretty

# Platform Integration Libaries (aiohttp)
/libraries/botbuilder-integration-aiohttp/** @microsoft/bb-python-integration
/libraries/botbuilder-integration-applicationinsights-aiohttp/** @microsoft/bb-python-integration @garypretty

# Application Insights/Telemetry
/libraries/botbuilder-applicationinsights/** @axelsrz @garypretty

# AI: LUIS + QnA Maker
/libraries/botbuilder-ai/** @microsoft/bf-cog-services

# Azure (Storage)
/libraries/botbuilder-azure/** @tracyboehrer @EricDahlvang

# Adaptive Dialogs
/libraries/botbuilder-dialogs-*/** @tracyboehrer @microsoft/bf-adaptive

# AdaptiveExpressions & LanguageGeneration libraries
/libraries/adaptive-expressions/** @axelsrz @microsoft/bf-adaptive
/libraries/botbuilder-lg/** @axelsrz @microsoft/bf-adaptive

# BotBuilder Testing
/libraries/botbuilder-testing/** @axelsrz @gabog

# Streaming library
/libraries/botbuilder-streaming/** @microsoft/bf-streaming

# BotBuilder library
/libraries/botbuilder-core/** @axelsrz @gabog @johnataylor

# BotBuilder Dialogs
/libraries/botbuilder-dialogs/** @microsoft/bf-dialogs

# Swagger
/libraries/swagger/** @axelsrz @EricDahlvang

# Bot Framework Schema
/libraries/botbuilder-schema/** @EricDahlvang @johnataylor

# Bot Framework connector
libraries\botframework-connector/** @axelsrz @carlosscastro @johnataylor

# Bot Framework Authentication
/libraries/botbuilder-core/botbuilder/core/oauth/** @microsoft/bf-auth
/libraries/botframework-connector/botframework/connector/auth/** @microsoft/bf-auth

# Bot Framework Skills
/libraries/botbuilder-core/botbuilder/core/skills/** @microsoft/bf-skills
/libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/skills/** @microsoft/bf-skills
/tests/skills/** @microsoft/bf-skills

# Bot Framework & Microsoft Teams
/libraries/botbuilder-core/botbuilder/core/teams/** @microsoft/bf-teams
/libraries/botbuilder-schema/botbuilder/schema/teams/** @microsoft/bf-teams
/tests/teams/** @microsoft/bf-teams

# Ownership by specific files or file types
# This section MUST stay at the bottom of the CODEOWNERS file. For more information, see
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file

# Shipped package files
# e.g. READMEs, requirements.txt, setup.py, MANIFEST.in
/libraries/**/README.rst @microsoft/bb-python
/libraries/**/requirements.txt @microsoft/bb-python
/libraries/**/setup.py @microsoft/bb-python
/libraries/**/setup.cfg @microsoft/bb-python
/libraries/**/MANIFEST.in @microsoft/bb-python

# CODEOWNERS
/.github/CODEOWNERS @stevengum @cleemullins @microsoft/bb-python
* @microsoft/botframework-sdk
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ![Bot Framework SDK v4 Python](./doc/media/FrameWorkPython.png)

**The Bot Framework Python SDK is being retired with final long-term support ending in November 2023, after which this repository will be archived. There will be no further feature development, with only critical security and bug fixes within this repository being undertaken. Existing bots built with this SDK will continue to function. For all new bot development we recommend that you adopt [Power Virtual Agents](https://powervirtualagents.microsoft.com/en-us/blog/the-future-of-bot-building/).**
### [What's new with Bot Framework](https://docs.microsoft.com/en-us/azure/bot-service/what-is-new?view=azure-bot-service-4.0)

This repository contains code for the Python version of the [Microsoft Bot Framework SDK](https://github.com/Microsoft/botframework-sdk), which is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.
Expand All @@ -21,7 +22,7 @@ For more information jump to a section below.

| Branch | Description | Build Status | Coverage Status | Code Style |
|----|---------------|--------------|-----------------|--|
| Main | 4.14.* Builds | [![Build Status](https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Python/Python-CI-PR-yaml?branchName=main)](https://fuselabs.visualstudio.com/SDK_v4/_build/latest?definitionId=771&branchName=main) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-python/badge.svg?branch=HEAD)](https://coveralls.io/github/microsoft/botbuilder-python?branch=HEAD) | [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |
| Main | 4.15.0 Builds | [![Build Status](https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Python/Python-CI-PR-yaml?branchName=main)](https://fuselabs.visualstudio.com/SDK_v4/_build/latest?definitionId=771&branchName=main) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-python/badge.svg?branch=HEAD)](https://coveralls.io/github/microsoft/botbuilder-python?branch=HEAD) | [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |

## Packages

Expand Down
41 changes: 41 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK -->

## Security

Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).

If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.

## Reporting Security Issues

**Please do not report security vulnerabilities through public GitHub issues.**

Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).

If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).

You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).

Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:

* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue

This information will help us triage your report more quickly.

If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.

## Preferred Languages

We prefer all communications to be in English.

## Policy

Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).

<!-- END MICROSOFT SECURITY.MD BLOCK -->
21 changes: 21 additions & 0 deletions generators/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Microsoft Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading