Skip to content

Commit

Permalink
feat(ThreatModelExample): Added GenAI Chatbot example threat model (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: Darran Boyd <[email protected]>
  • Loading branch information
dboyd13 and Darran Boyd authored Nov 22, 2023
1 parent 1908a88 commit bf61031
Show file tree
Hide file tree
Showing 2 changed files with 2,734 additions and 0 deletions.
2,729 changes: 2,729 additions & 0 deletions packages/threat-composer/src/data/workspaceExamples/GenAIChatbot.tc.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
******************************************************************************************************************** */
import genAIChatbot from './GenAIChatbot.tc.json';
import threatComposer from './ThreatComposer.tc.json';
import { WorkspaceExample } from '../../customTypes';

Expand All @@ -21,6 +22,10 @@ const workspaceExamples = [
name: 'Threat Composer',
value: threatComposer,
},
{
name: 'GenAI Chatbot',
value: genAIChatbot,
},
] as WorkspaceExample[];

export default workspaceExamples;

0 comments on commit bf61031

Please sign in to comment.