This file contains hidden or 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
| Attack Vector Checklist v1.2 Mar 23rd 2010 | |
| ----------------------------------- | |
| target site: [ ] | |
| user accounts: [ ] | |
| /*****************************************************************************/ | |
| /* AUTHENTICATION */ | |
| /*****************************************************************************/ |
This file contains hidden or 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
| package main | |
| import ( | |
| "context" | |
| "crypto/tls" | |
| "errors" | |
| "log" | |
| "net" | |
| "net/http" | |
| "net/http/httputil" |
This file contains hidden or 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
| import { expect } from 'chai' | |
| import { shallowMount } from '@vue/test-utils' | |
| import HelloWorld from '@/components/HelloWorld.vue' | |
| describe('HelloWorld.vue', () => { | |
| it('renders props.msg when passed', () => { | |
| const msg = 'new message' | |
| debugger | |
| const wrapper = shallowMount(HelloWorld, { | |
| propsData: { msg } |
This file contains hidden or 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
| characters = [ | |
| {'id': 1, 'visible': set()}, | |
| {'id': 2, 'visible': set()}, | |
| {'id': 3, 'visible': set()}, | |
| {'id': 4, 'visible': set()}, | |
| {'id': 5, 'visible': set()}, | |
| {'id': 6, 'visible': set()}, | |
| ] | |
| mapchunks = [ |
OlderNewer