@appland/scanner 1.71.0 → 1.71.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [@appland/scanner-v1.71.2](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.71.1...@appland/scanner-v1.71.2) (2022-10-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Use default configuration timestamp in scan --watch if none provided ([3d246f2](https://github.com/getappmap/appmap-js/commit/3d246f2b350af2dd14a097519ea9af6fe410e543))
7
+
8
+ # [@appland/scanner-v1.71.1](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.71.0...@appland/scanner-v1.71.1) (2022-10-04)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Limit scanning in watcher to two concurrent jobs ([3c3585b](https://github.com/getappmap/appmap-js/commit/3c3585bcca5072e1c48bb4eeafbd36ce9201b44a))
14
+
15
+
16
+ ### Performance Improvements
17
+
18
+ * In scan --watch, only rescan if neccessary ([d4f0e5a](https://github.com/getappmap/appmap-js/commit/d4f0e5ae4972b30f260f7caa9e2458c4e99a73e6))
19
+
1
20
  # [@appland/scanner-v1.71.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.70.5...@appland/scanner-v1.71.0) (2022-09-28)
2
21
 
3
22
 
@@ -26,1320 +45,1320 @@
26
45
  * Add excludeTables option for too-many-joins ([ad8b97d](https://github.com/getappmap/appmap-js/commit/ad8b97d4ca47ea7a6a0c9fc31560a42351ba0b94))
27
46
  * Add missing JWT algorithm docs ([328f0a7](https://github.com/getappmap/appmap-js/commit/328f0a7e14e419a843c8deb4efd7b2cc56ddad8b))
28
47
 
29
- # [@appland/scanner-v1.70.3](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.70.2...@appland/scanner-v1.70.3) (2022-09-21)
48
+ # [@appland/scanner-v1.70.3](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.70.2...@appland/scanner-v1.70.3) (2022-09-21)
30
49
 
31
50
 
32
51
  ### Bug Fixes
33
52
 
34
- * Scan existing files in scan --watch ([3a3138d](https://github.com/applandinc/appmap-js/commit/3a3138d2018e0ff96eed68e1125eb99fc2cb98f1)), closes [#727](https://github.com/applandinc/appmap-js/issues/727)
53
+ * Scan existing files in scan --watch ([3a3138d](https://github.com/getappmap/appmap-js/commit/3a3138d2018e0ff96eed68e1125eb99fc2cb98f1)), closes [#727](https://github.com/getappmap/appmap-js/issues/727)
35
54
 
36
- # [@appland/scanner-v1.70.2](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.70.1...@appland/scanner-v1.70.2) (2022-09-19)
55
+ # [@appland/scanner-v1.70.2](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.70.1...@appland/scanner-v1.70.2) (2022-09-19)
37
56
 
38
57
 
39
58
  ### Bug Fixes
40
59
 
41
- * Add ora to packages/scanner dependencies ([ae3ad20](https://github.com/applandinc/appmap-js/commit/ae3ad201d53be1b76107673c75f55d6ad25efa5e))
60
+ * Add ora to packages/scanner dependencies ([ae3ad20](https://github.com/getappmap/appmap-js/commit/ae3ad201d53be1b76107673c75f55d6ad25efa5e))
42
61
 
43
- # [@appland/scanner-v1.70.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.70.0...@appland/scanner-v1.70.1) (2022-09-05)
62
+ # [@appland/scanner-v1.70.1](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.70.0...@appland/scanner-v1.70.1) (2022-09-05)
44
63
 
45
64
  ### Bug Fixes
46
65
 
47
66
  - Skip bad files when running scanner on a directory
48
- ([d6d1e4e](https://github.com/applandinc/appmap-js/commit/d6d1e4e4eeac40424802169414b170961dfccc25))
67
+ ([d6d1e4e](https://github.com/getappmap/appmap-js/commit/d6d1e4e4eeac40424802169414b170961dfccc25))
49
68
 
50
- # [@appland/scanner-v1.70.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.69.1...@appland/scanner-v1.70.0) (2022-08-31)
69
+ # [@appland/scanner-v1.70.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.69.1...@appland/scanner-v1.70.0) (2022-08-31)
51
70
 
52
71
  ### Bug Fixes
53
72
 
54
73
  - Don't attempt to destructure an undefined value
55
- ([b46e358](https://github.com/applandinc/appmap-js/commit/b46e358cf0fd0cc56a7f465268f87f219ab13c55))
74
+ ([b46e358](https://github.com/getappmap/appmap-js/commit/b46e358cf0fd0cc56a7f465268f87f219ab13c55))
56
75
 
57
76
  ### Features
58
77
 
59
78
  - Add scan for presence of JWT signature verification
60
- ([a2b382b](https://github.com/applandinc/appmap-js/commit/a2b382bd571cfbc0fcdfa389ad382536f85eb671))
79
+ ([a2b382b](https://github.com/getappmap/appmap-js/commit/a2b382bd571cfbc0fcdfa389ad382536f85eb671))
61
80
  - Add scanner for usage of JWT with the `none` algorithm
62
- ([025ac89](https://github.com/applandinc/appmap-js/commit/025ac89f0538d5b4bfed7f36e3d09788f2a38076))
81
+ ([025ac89](https://github.com/getappmap/appmap-js/commit/025ac89f0538d5b4bfed7f36e3d09788f2a38076))
63
82
 
64
- # [@appland/scanner-v1.69.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.69.0...@appland/scanner-v1.69.1) (2022-08-29)
83
+ # [@appland/scanner-v1.69.1](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.69.0...@appland/scanner-v1.69.1) (2022-08-29)
65
84
 
66
85
  ### Bug Fixes
67
86
 
68
87
  - Add missing dependencies
69
- ([97a5d02](https://github.com/applandinc/appmap-js/commit/97a5d02ff161b52200430d2123d8d9ab62037220))
88
+ ([97a5d02](https://github.com/getappmap/appmap-js/commit/97a5d02ff161b52200430d2123d8d9ab62037220))
70
89
  - Don't attempt to resolve a remote app ID if running in watch mode
71
- ([8f21ff1](https://github.com/applandinc/appmap-js/commit/8f21ff1a3bc86292f70a2cd1446f682e525869aa))
90
+ ([8f21ff1](https://github.com/getappmap/appmap-js/commit/8f21ff1a3bc86292f70a2cd1446f682e525869aa))
72
91
 
73
- # [@appland/scanner-v1.69.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.68.0...@appland/scanner-v1.69.0) (2022-08-23)
92
+ # [@appland/scanner-v1.69.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.68.0...@appland/scanner-v1.69.0) (2022-08-23)
74
93
 
75
94
  ### Features
76
95
 
77
96
  - Track specific untrusted data in unsafe deserialization rule
78
- ([d14fd4f](https://github.com/applandinc/appmap-js/commit/d14fd4f65fcbabfebdaf0d10dcae71dc563bc1fa))
97
+ ([d14fd4f](https://github.com/getappmap/appmap-js/commit/d14fd4f65fcbabfebdaf0d10dcae71dc563bc1fa))
79
98
 
80
- # [@appland/scanner-v1.68.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.67.0...@appland/scanner-v1.68.0) (2022-08-19)
99
+ # [@appland/scanner-v1.68.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.67.0...@appland/scanner-v1.68.0) (2022-08-19)
81
100
 
82
101
  ### Bug Fixes
83
102
 
84
103
  - Allow rule doc to be missing
85
- ([85a22fc](https://github.com/applandinc/appmap-js/commit/85a22fcaf777ab3794300d3ad52057be6ace4a87))
104
+ ([85a22fc](https://github.com/getappmap/appmap-js/commit/85a22fcaf777ab3794300d3ad52057be6ace4a87))
86
105
 
87
106
  ### Features
88
107
 
89
108
  - Enhanced breakpoints
90
- ([b338bc9](https://github.com/applandinc/appmap-js/commit/b338bc9c1beebf3fbc78fb57bb72e4738c0ed5e6))
109
+ ([b338bc9](https://github.com/getappmap/appmap-js/commit/b338bc9c1beebf3fbc78fb57bb72e4738c0ed5e6))
91
110
  - Interactive rule evaluator
92
- ([d0a0846](https://github.com/applandinc/appmap-js/commit/d0a08466ed0e92484a4c195c74cbb737a2cb40d6))
111
+ ([d0a0846](https://github.com/getappmap/appmap-js/commit/d0a08466ed0e92484a4c195c74cbb737a2cb40d6))
93
112
 
94
- # [@appland/scanner-v1.67.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.66.0...@appland/scanner-v1.67.0) (2022-08-10)
113
+ # [@appland/scanner-v1.67.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.66.0...@appland/scanner-v1.67.0) (2022-08-10)
95
114
 
96
115
  ### Bug Fixes
97
116
 
98
117
  - Fix Options loading from dir-based rules
99
- ([f58ce49](https://github.com/applandinc/appmap-js/commit/f58ce49f22ba4d649e8886d76373cf23d6614b37))
118
+ ([f58ce49](https://github.com/getappmap/appmap-js/commit/f58ce49f22ba4d649e8886d76373cf23d6614b37))
100
119
 
101
120
  ### Features
102
121
 
103
122
  - Ignore schema info tables in too-many-joins
104
- ([0cb387d](https://github.com/applandinc/appmap-js/commit/0cb387d74aa7e6edda5e24a88d07fa65b3900966))
123
+ ([0cb387d](https://github.com/getappmap/appmap-js/commit/0cb387d74aa7e6edda5e24a88d07fa65b3900966))
105
124
 
106
- # [@appland/scanner-v1.66.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.65.0...@appland/scanner-v1.66.0) (2022-08-08)
125
+ # [@appland/scanner-v1.66.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.65.0...@appland/scanner-v1.66.0) (2022-08-08)
107
126
 
108
127
  ### Bug Fixes
109
128
 
110
129
  - Fix rule doc
111
- ([b99b6ae](https://github.com/applandinc/appmap-js/commit/b99b6aec90186bef312d04fb4f4c95f9b1ee62d5))
130
+ ([b99b6ae](https://github.com/getappmap/appmap-js/commit/b99b6aec90186bef312d04fb4f4c95f9b1ee62d5))
112
131
 
113
132
  ### Features
114
133
 
115
134
  - Add deprecated-crypto-algorithm to default rule set
116
- ([3034489](https://github.com/applandinc/appmap-js/commit/303448974a73637493a72bea7ab8cfb28ccc8b10))
135
+ ([3034489](https://github.com/getappmap/appmap-js/commit/303448974a73637493a72bea7ab8cfb28ccc8b10))
117
136
  - Detect deprecated crypto algorithm
118
- ([a17a537](https://github.com/applandinc/appmap-js/commit/a17a537334771a9f2cd64fa73c2396e517ff82ea))
137
+ ([a17a537](https://github.com/getappmap/appmap-js/commit/a17a537334771a9f2cd64fa73c2396e517ff82ea))
119
138
 
120
- # [@appland/scanner-v1.65.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.64.0...@appland/scanner-v1.65.0) (2022-08-08)
139
+ # [@appland/scanner-v1.65.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.64.0...@appland/scanner-v1.65.0) (2022-08-08)
121
140
 
122
141
  ### Bug Fixes
123
142
 
124
143
  - Remove an inadvenant console log
125
- ([5c11fc7](https://github.com/applandinc/appmap-js/commit/5c11fc77650e105f169ca0bcc4045312578e8881))
144
+ ([5c11fc7](https://github.com/getappmap/appmap-js/commit/5c11fc77650e105f169ca0bcc4045312578e8881))
126
145
 
127
146
  ### Features
128
147
 
129
148
  - Add unauthenticated-encryption to default rule set
130
- ([2e3cf92](https://github.com/applandinc/appmap-js/commit/2e3cf9298b3cfe99b489ab8b2894e913a305fdd0))
149
+ ([2e3cf92](https://github.com/getappmap/appmap-js/commit/2e3cf9298b3cfe99b489ab8b2894e913a305fdd0))
131
150
  - Check for unauthenticated encryption
132
- ([d393951](https://github.com/applandinc/appmap-js/commit/d393951c73c4492f1e95b52a2580fde10b256ee4))
151
+ ([d393951](https://github.com/getappmap/appmap-js/commit/d393951c73c4492f1e95b52a2580fde10b256ee4))
133
152
 
134
- # [@appland/scanner-v1.64.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.63.0...@appland/scanner-v1.64.0) (2022-08-04)
153
+ # [@appland/scanner-v1.64.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.63.0...@appland/scanner-v1.64.0) (2022-08-04)
135
154
 
136
155
  ### Features
137
156
 
138
157
  - Command scope falls back on root events
139
- ([3823a1f](https://github.com/applandinc/appmap-js/commit/3823a1f686212db49b87f2995baa2103a4e007d1))
158
+ ([3823a1f](https://github.com/getappmap/appmap-js/commit/3823a1f686212db49b87f2995baa2103a4e007d1))
140
159
 
141
- # [@appland/scanner-v1.63.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.62.2...@appland/scanner-v1.63.0) (2022-07-28)
160
+ # [@appland/scanner-v1.63.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.62.2...@appland/scanner-v1.63.0) (2022-07-28)
142
161
 
143
162
  ### Features
144
163
 
145
164
  - Include a partial stack in the finding hash
146
- ([7e82f8a](https://github.com/applandinc/appmap-js/commit/7e82f8a0b13a1d0927aad73be4ee126d2d4695dc))
165
+ ([7e82f8a](https://github.com/getappmap/appmap-js/commit/7e82f8a0b13a1d0927aad73be4ee126d2d4695dc))
147
166
  - Populate hash_v2 on each finding
148
- ([04470b7](https://github.com/applandinc/appmap-js/commit/04470b7f11e764d79a22eb297d0e6882f6f89a3f))
167
+ ([04470b7](https://github.com/getappmap/appmap-js/commit/04470b7f11e764d79a22eb297d0e6882f6f89a3f))
149
168
  - Summarize local report using hash_v2
150
- ([ffbde39](https://github.com/applandinc/appmap-js/commit/ffbde393c17f1f1572eb7653bad796d90662b943))
169
+ ([ffbde39](https://github.com/getappmap/appmap-js/commit/ffbde393c17f1f1572eb7653bad796d90662b943))
151
170
 
152
- # [@appland/scanner-v1.62.2](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.62.1...@appland/scanner-v1.62.2) (2022-07-25)
171
+ # [@appland/scanner-v1.62.2](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.62.1...@appland/scanner-v1.62.2) (2022-07-25)
153
172
 
154
173
  ### Bug Fixes
155
174
 
156
175
  - Return proper result for job-not-cancelled
157
- ([f7ee5da](https://github.com/applandinc/appmap-js/commit/f7ee5da073849881c3c553f08fc2dd82bb8c7965))
176
+ ([f7ee5da](https://github.com/getappmap/appmap-js/commit/f7ee5da073849881c3c553f08fc2dd82bb8c7965))
158
177
 
159
- # [@appland/scanner-v1.62.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.62.0...@appland/scanner-v1.62.1) (2022-07-13)
178
+ # [@appland/scanner-v1.62.1](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.62.0...@appland/scanner-v1.62.1) (2022-07-13)
160
179
 
161
180
  ### Bug Fixes
162
181
 
163
182
  - More reliable detection of appmap changes by scanner watch
164
- ([b0cc14d](https://github.com/applandinc/appmap-js/commit/b0cc14d61b7e27248975c35022a8cd4da070337b))
183
+ ([b0cc14d](https://github.com/getappmap/appmap-js/commit/b0cc14d61b7e27248975c35022a8cd4da070337b))
165
184
 
166
- # [@appland/scanner-v1.62.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.61.0...@appland/scanner-v1.62.0) (2022-07-12)
185
+ # [@appland/scanner-v1.62.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.61.0...@appland/scanner-v1.62.0) (2022-07-12)
167
186
 
168
187
  ### Features
169
188
 
170
189
  - Support working directory -d arg
171
- ([2bd280f](https://github.com/applandinc/appmap-js/commit/2bd280fa2e6bb2d13c6bc1c578b1b78c3a62492a))
190
+ ([2bd280f](https://github.com/getappmap/appmap-js/commit/2bd280fa2e6bb2d13c6bc1c578b1b78c3a62492a))
172
191
  - upload command uses appmap_dir from config
173
- ([801b75b](https://github.com/applandinc/appmap-js/commit/801b75bf008b6188d4aacd143a1992149aafebd3))
192
+ ([801b75b](https://github.com/getappmap/appmap-js/commit/801b75bf008b6188d4aacd143a1992149aafebd3))
174
193
 
175
- # [@appland/scanner-v1.61.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.60.0...@appland/scanner-v1.61.0) (2022-07-11)
194
+ # [@appland/scanner-v1.61.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.60.0...@appland/scanner-v1.61.0) (2022-07-11)
176
195
 
177
196
  ### Features
178
197
 
179
198
  - Add participating events to each finding
180
- ([f3e8033](https://github.com/applandinc/appmap-js/commit/f3e80332833ec3305ef530d89b12763781a8c85b))
199
+ ([f3e8033](https://github.com/getappmap/appmap-js/commit/f3e80332833ec3305ef530d89b12763781a8c85b))
181
200
 
182
- # [@appland/scanner-v1.60.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.59.2...@appland/scanner-v1.60.0) (2022-06-30)
201
+ # [@appland/scanner-v1.60.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.59.2...@appland/scanner-v1.60.0) (2022-06-30)
183
202
 
184
203
  ### Features
185
204
 
186
205
  - pass down impactDomain from Rule to Finding
187
- ([8755041](https://github.com/applandinc/appmap-js/commit/875504183a8517fec316b5f188d269de053ceef8))
206
+ ([8755041](https://github.com/getappmap/appmap-js/commit/875504183a8517fec316b5f188d269de053ceef8))
188
207
 
189
- # [@appland/scanner-v1.59.2](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.59.1...@appland/scanner-v1.59.2) (2022-06-29)
208
+ # [@appland/scanner-v1.59.2](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.59.1...@appland/scanner-v1.59.2) (2022-06-29)
190
209
 
191
210
  ### Bug Fixes
192
211
 
193
212
  - Use absolute paths when creating watchers
194
- ([afc81e0](https://github.com/applandinc/appmap-js/commit/afc81e03f1e5004288acda75c89bb61a1857c462))
213
+ ([afc81e0](https://github.com/getappmap/appmap-js/commit/afc81e03f1e5004288acda75c89bb61a1857c462))
195
214
 
196
- # [@appland/scanner-v1.59.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.59.0...@appland/scanner-v1.59.1) (2022-06-15)
215
+ # [@appland/scanner-v1.59.1](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.59.0...@appland/scanner-v1.59.1) (2022-06-15)
197
216
 
198
217
  ### Bug Fixes
199
218
 
200
219
  - Upgrade @appland/models to v1.16.1
201
- ([7eead86](https://github.com/applandinc/appmap-js/commit/7eead8607f30299150dd08032142a3aba5770f89))
220
+ ([7eead86](https://github.com/getappmap/appmap-js/commit/7eead8607f30299150dd08032142a3aba5770f89))
202
221
 
203
- # [@appland/scanner-v1.59.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.58.0...@appland/scanner-v1.59.0) (2022-06-08)
222
+ # [@appland/scanner-v1.59.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.58.0...@appland/scanner-v1.59.0) (2022-06-08)
204
223
 
205
224
  ### Features
206
225
 
207
226
  - Always rewrite an AppMap before upload
208
- ([61617a9](https://github.com/applandinc/appmap-js/commit/61617a985fc3a4f6ce6dc805f7cc86e3c576264e))
227
+ ([61617a9](https://github.com/getappmap/appmap-js/commit/61617a985fc3a4f6ce6dc805f7cc86e3c576264e))
209
228
 
210
- # [@appland/scanner-v1.58.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.57.0...@appland/scanner-v1.58.0) (2022-06-07)
229
+ # [@appland/scanner-v1.58.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.57.0...@appland/scanner-v1.58.0) (2022-06-07)
211
230
 
212
231
  ### Features
213
232
 
214
233
  - Watch the scan config file
215
- ([1fde76e](https://github.com/applandinc/appmap-js/commit/1fde76ec626eecb5a9ba300bcc3c636ac6e056f6))
234
+ ([1fde76e](https://github.com/getappmap/appmap-js/commit/1fde76ec626eecb5a9ba300bcc3c636ac6e056f6))
216
235
 
217
- # [@appland/scanner-v1.57.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.56.1...@appland/scanner-v1.57.0) (2022-05-23)
236
+ # [@appland/scanner-v1.57.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.56.1...@appland/scanner-v1.57.0) (2022-05-23)
218
237
 
219
238
  ### Features
220
239
 
221
240
  - Collect scanning telemetry
222
- ([adc71b7](https://github.com/applandinc/appmap-js/commit/adc71b7d43ae302ac3b85b8577a01bdcfa0176ea))
241
+ ([adc71b7](https://github.com/getappmap/appmap-js/commit/adc71b7d43ae302ac3b85b8577a01bdcfa0176ea))
223
242
  - Send telemetry on scanning errors
224
- ([0828a8a](https://github.com/applandinc/appmap-js/commit/0828a8a5a61247ab923e2fe9b302970accd3b10d))
243
+ ([0828a8a](https://github.com/getappmap/appmap-js/commit/0828a8a5a61247ab923e2fe9b302970accd3b10d))
225
244
 
226
- # [@appland/scanner-v1.56.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.56.0...@appland/scanner-v1.56.1) (2022-05-16)
245
+ # [@appland/scanner-v1.56.1](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.56.0...@appland/scanner-v1.56.1) (2022-05-16)
227
246
 
228
247
  ### Bug Fixes
229
248
 
230
249
  - Have scanner prune AppMaps before uploading
231
- ([1de9f55](https://github.com/applandinc/appmap-js/commit/1de9f55fa25668a8bfe95def458bf8d5aa7dbae3))
250
+ ([1de9f55](https://github.com/getappmap/appmap-js/commit/1de9f55fa25668a8bfe95def458bf8d5aa7dbae3))
232
251
 
233
- # [@appland/scanner-v1.56.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.55.0...@appland/scanner-v1.56.0) (2022-05-11)
252
+ # [@appland/scanner-v1.56.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.55.0...@appland/scanner-v1.56.0) (2022-05-11)
234
253
 
235
254
  ### Features
236
255
 
237
256
  - Add --watch flag to scan command
238
- ([51cb6fc](https://github.com/applandinc/appmap-js/commit/51cb6fc168e1b416587077e26c09d4e54dc9565b))
257
+ ([51cb6fc](https://github.com/getappmap/appmap-js/commit/51cb6fc168e1b416587077e26c09d4e54dc9565b))
239
258
 
240
- # [@appland/scanner-v1.55.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.54.1...@appland/scanner-v1.55.0) (2022-05-10)
259
+ # [@appland/scanner-v1.55.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.54.1...@appland/scanner-v1.55.0) (2022-05-10)
241
260
 
242
261
  ### Features
243
262
 
244
263
  - Change default file names
245
- ([e173fbb](https://github.com/applandinc/appmap-js/commit/e173fbbe464c8076133f91e04ecdb531dd80c13f))
264
+ ([e173fbb](https://github.com/getappmap/appmap-js/commit/e173fbbe464c8076133f91e04ecdb531dd80c13f))
246
265
  - Read appmap_dir from appmap.yml
247
- ([b0b6b0d](https://github.com/applandinc/appmap-js/commit/b0b6b0db45eec8c0b8fa96d0f3005677a43f813b))
266
+ ([b0b6b0d](https://github.com/getappmap/appmap-js/commit/b0b6b0db45eec8c0b8fa96d0f3005677a43f813b))
248
267
  - Support repeated appmap-file option
249
- ([62edf68](https://github.com/applandinc/appmap-js/commit/62edf68a00d2e169cfbfed5e63246b5fbec947d7))
268
+ ([62edf68](https://github.com/getappmap/appmap-js/commit/62edf68a00d2e169cfbfed5e63246b5fbec947d7))
250
269
 
251
- # [@appland/scanner-v1.54.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.54.0...@appland/scanner-v1.54.1) (2022-05-03)
270
+ # [@appland/scanner-v1.54.1](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.54.0...@appland/scanner-v1.54.1) (2022-05-03)
252
271
 
253
272
  ### Bug Fixes
254
273
 
255
274
  - Metadata rule title
256
- ([8d87864](https://github.com/applandinc/appmap-js/commit/8d878645001457d02487fd564498e8b858362f72))
275
+ ([8d87864](https://github.com/getappmap/appmap-js/commit/8d878645001457d02487fd564498e8b858362f72))
257
276
  - Progress bar exit
258
- ([f311bb2](https://github.com/applandinc/appmap-js/commit/f311bb2af258e6a140c9a09c64ae71ebc43c52f7))
277
+ ([f311bb2](https://github.com/getappmap/appmap-js/commit/f311bb2af258e6a140c9a09c64ae71ebc43c52f7))
259
278
 
260
- # [@appland/scanner-v1.54.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.53.0...@appland/scanner-v1.54.0) (2022-05-03)
279
+ # [@appland/scanner-v1.54.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.53.0...@appland/scanner-v1.54.0) (2022-05-03)
261
280
 
262
281
  ### Features
263
282
 
264
283
  - N+1 queries must have the same common ancestor
265
- ([7edb88b](https://github.com/applandinc/appmap-js/commit/7edb88b3dc3938e9edc718b8279e980abbc06423))
284
+ ([7edb88b](https://github.com/getappmap/appmap-js/commit/7edb88b3dc3938e9edc718b8279e980abbc06423))
266
285
 
267
- # [@appland/scanner-v1.53.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.52.5...@appland/scanner-v1.53.0) (2022-05-02)
286
+ # [@appland/scanner-v1.53.0](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.52.5...@appland/scanner-v1.53.0) (2022-05-02)
268
287
 
269
288
  ### Features
270
289
 
271
290
  - Show 0-100% progress bar
272
- ([570cc3b](https://github.com/applandinc/appmap-js/commit/570cc3bfa255f6f448100b3c38e667fe6187b242))
291
+ ([570cc3b](https://github.com/getappmap/appmap-js/commit/570cc3bfa255f6f448100b3c38e667fe6187b242))
273
292
 
274
- # [@appland/scanner-v1.52.5](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.52.4...@appland/scanner-v1.52.5) (2022-05-02)
293
+ # [@appland/scanner-v1.52.5](https://github.com/getappmap/appmap-js/compare/@appland/scanner-v1.52.4...@appland/scanner-v1.52.5) (2022-05-02)
275
294
 
276
295
  ### Bug Fixes
277
296
 
278
297
  - Fix front matter for self-contained rules
279
- ([e02b454](https://github.com/applandinc/appmap-js/commit/e02b45443f1eeb2dff564d588559c258ce457446))
298
+ ([e02b454](https://github.com/getappmap/appmap-js/commit/e02b45443f1eeb2dff564d588559c258ce457446))
280
299
 
281
- ## [1.52.4](https://github.com/applandinc/scanner/compare/v1.52.3...v1.52.4) (2022-04-28)
300
+ ## [1.52.4](https://github.com/getappmap/scanner/compare/v1.52.3...v1.52.4) (2022-04-28)
282
301
 
283
302
  ### Bug Fixes
284
303
 
285
304
  - Don't traverse null property
286
- ([19cf111](https://github.com/applandinc/scanner/commit/19cf1117d5ba3a7cc4e56f214a38244814886bac))
305
+ ([19cf111](https://github.com/getappmap/scanner/commit/19cf1117d5ba3a7cc4e56f214a38244814886bac))
287
306
 
288
- ## [1.52.3](https://github.com/applandinc/scanner/compare/v1.52.2...v1.52.3) (2022-04-28)
307
+ ## [1.52.3](https://github.com/getappmap/scanner/compare/v1.52.2...v1.52.3) (2022-04-28)
289
308
 
290
309
  ### Bug Fixes
291
310
 
292
311
  - Don't enable query-from-view by default
293
- ([3c87485](https://github.com/applandinc/scanner/commit/3c87485333f18638c18b5a61542691b71d86bda8))
312
+ ([3c87485](https://github.com/getappmap/scanner/commit/3c87485333f18638c18b5a61542691b71d86bda8))
294
313
 
295
- ## [1.52.2](https://github.com/applandinc/scanner/compare/v1.52.1...v1.52.2) (2022-04-27)
314
+ ## [1.52.2](https://github.com/getappmap/scanner/compare/v1.52.1...v1.52.2) (2022-04-27)
296
315
 
297
316
  ### Bug Fixes
298
317
 
299
318
  - Disable circular-dependency in default config
300
- ([0fb1864](https://github.com/applandinc/scanner/commit/0fb18644dc6a211f509138689a758d634f02a4bf))
319
+ ([0fb1864](https://github.com/getappmap/scanner/commit/0fb18644dc6a211f509138689a758d634f02a4bf))
301
320
 
302
- ## [1.52.1](https://github.com/applandinc/scanner/compare/v1.52.0...v1.52.1) (2022-04-27)
321
+ ## [1.52.1](https://github.com/getappmap/scanner/compare/v1.52.0...v1.52.1) (2022-04-27)
303
322
 
304
323
  ### Bug Fixes
305
324
 
306
325
  - Don't traverse a null property value
307
- ([eab7ca4](https://github.com/applandinc/scanner/commit/eab7ca4fd18c5473656d4cf473638ec125612832))
326
+ ([eab7ca4](https://github.com/getappmap/scanner/commit/eab7ca4fd18c5473656d4cf473638ec125612832))
308
327
 
309
- # [1.52.0](https://github.com/applandinc/scanner/compare/v1.51.1...v1.52.0) (2022-04-07)
328
+ # [1.52.0](https://github.com/getappmap/scanner/compare/v1.51.1...v1.52.0) (2022-04-07)
310
329
 
311
330
  ### Features
312
331
 
313
332
  - Rule can be specified in a directory
314
- ([e929407](https://github.com/applandinc/scanner/commit/e929407c738aa0f29e55a22de6a06496c87b02ca))
333
+ ([e929407](https://github.com/getappmap/scanner/commit/e929407c738aa0f29e55a22de6a06496c87b02ca))
315
334
 
316
- ## [1.51.1](https://github.com/applandinc/scanner/compare/v1.51.0...v1.51.1) (2022-04-01)
335
+ ## [1.51.1](https://github.com/getappmap/scanner/compare/v1.51.0...v1.51.1) (2022-04-01)
317
336
 
318
337
  ### Bug Fixes
319
338
 
320
339
  - Upgrade `@appland/models` to v1.14.5
321
- ([68f2382](https://github.com/applandinc/scanner/commit/68f2382812ef19f5c273a895f51c7e42f58cb7b5))
340
+ ([68f2382](https://github.com/getappmap/scanner/commit/68f2382812ef19f5c273a895f51c7e42f58cb7b5))
322
341
 
323
- # [1.51.0](https://github.com/applandinc/scanner/compare/v1.50.0...v1.51.0) (2022-03-25)
342
+ # [1.51.0](https://github.com/getappmap/scanner/compare/v1.50.0...v1.51.0) (2022-03-25)
324
343
 
325
344
  ### Bug Fixes
326
345
 
327
346
  - Validate appId before running command
328
- ([45af060](https://github.com/applandinc/scanner/commit/45af060df4d1f34990162f0089d85ec80569fc9d))
347
+ ([45af060](https://github.com/getappmap/scanner/commit/45af060df4d1f34990162f0089d85ec80569fc9d))
329
348
 
330
349
  ### Features
331
350
 
332
351
  - 'a' is an alias for 'app'
333
- ([4b2d9c7](https://github.com/applandinc/scanner/commit/4b2d9c74b40d41b71c1702fee8f08d7a7d1d1ed2))
352
+ ([4b2d9c7](https://github.com/getappmap/scanner/commit/4b2d9c74b40d41b71c1702fee8f08d7a7d1d1ed2))
334
353
 
335
- # [1.50.0](https://github.com/applandinc/scanner/compare/v1.49.1...v1.50.0) (2022-03-25)
354
+ # [1.50.0](https://github.com/getappmap/scanner/compare/v1.49.1...v1.50.0) (2022-03-25)
336
355
 
337
356
  ### Bug Fixes
338
357
 
339
358
  - resolve AppMap path via appMapDir
340
- ([ef398a4](https://github.com/applandinc/scanner/commit/ef398a43d3cc37e6b26a265151b3a518f82d49d2))
359
+ ([ef398a4](https://github.com/getappmap/scanner/commit/ef398a43d3cc37e6b26a265151b3a518f82d49d2))
341
360
 
342
361
  ### Features
343
362
 
344
363
  - Add branch, commit, environment CLI options
345
- ([bffa805](https://github.com/applandinc/scanner/commit/bffa805e18936d2b78a8bda546b5bf8bef46ac5b))
364
+ ([bffa805](https://github.com/getappmap/scanner/commit/bffa805e18936d2b78a8bda546b5bf8bef46ac5b))
346
365
  - Resolve git branch and commit from the environment if available
347
- ([105f055](https://github.com/applandinc/scanner/commit/105f0559357b7efc25ca0f0ca21832165ad2a0a4))
366
+ ([105f055](https://github.com/getappmap/scanner/commit/105f0559357b7efc25ca0f0ca21832165ad2a0a4))
348
367
 
349
- ## [1.49.1](https://github.com/applandinc/scanner/compare/v1.49.0...v1.49.1) (2022-03-23)
368
+ ## [1.49.1](https://github.com/getappmap/scanner/compare/v1.49.0...v1.49.1) (2022-03-23)
350
369
 
351
370
  ### Bug Fixes
352
371
 
353
372
  - Print count of total and unique findings
354
- ([8252b19](https://github.com/applandinc/scanner/commit/8252b19d7df08d4ae1843390d3e9d20e0cadad8a))
373
+ ([8252b19](https://github.com/getappmap/scanner/commit/8252b19d7df08d4ae1843390d3e9d20e0cadad8a))
355
374
  - Provide more complete finding messages
356
- ([484d7d2](https://github.com/applandinc/scanner/commit/484d7d291368cec957e1c5322017c25c78b101db))
375
+ ([484d7d2](https://github.com/getappmap/scanner/commit/484d7d291368cec957e1c5322017c25c78b101db))
357
376
 
358
- # [1.49.0](https://github.com/applandinc/scanner/compare/v1.48.0...v1.49.0) (2022-03-23)
377
+ # [1.49.0](https://github.com/getappmap/scanner/compare/v1.48.0...v1.49.0) (2022-03-23)
359
378
 
360
379
  ### Bug Fixes
361
380
 
362
381
  - Extract multiple secrets from a return value
363
- ([3607a93](https://github.com/applandinc/scanner/commit/3607a93a33e94172456699c08ab0056f7205cf6c))
382
+ ([3607a93](https://github.com/getappmap/scanner/commit/3607a93a33e94172456699c08ab0056f7205cf6c))
364
383
  - Recognize Symbol :failure as return value
365
- ([12849f9](https://github.com/applandinc/scanner/commit/12849f9d98d59813b30ed15b04e3eaa567410384))
384
+ ([12849f9](https://github.com/getappmap/scanner/commit/12849f9d98d59813b30ed15b04e3eaa567410384))
366
385
  - Switch from command scope to root scope
367
- ([8372ef5](https://github.com/applandinc/scanner/commit/8372ef522750f01d0c776bf1e7e7629a91134551))
386
+ ([8372ef5](https://github.com/getappmap/scanner/commit/8372ef522750f01d0c776bf1e7e7629a91134551))
368
387
 
369
388
  ### Features
370
389
 
371
390
  - Command scope falls back on root scope
372
- ([3940eff](https://github.com/applandinc/scanner/commit/3940eff634ac326053dee3c776f20c6c0208ce4c))
391
+ ([3940eff](https://github.com/getappmap/scanner/commit/3940eff634ac326053dee3c776f20c6c0208ce4c))
373
392
  - Rename job and command labels
374
- ([112050e](https://github.com/applandinc/scanner/commit/112050ed26066244101ea4fe48a5652d21273b28))
393
+ ([112050e](https://github.com/getappmap/scanner/commit/112050ed26066244101ea4fe48a5652d21273b28))
375
394
 
376
- # [1.48.0](https://github.com/applandinc/scanner/compare/v1.47.0...v1.48.0) (2022-03-21)
395
+ # [1.48.0](https://github.com/getappmap/scanner/compare/v1.47.0...v1.48.0) (2022-03-21)
377
396
 
378
397
  ### Features
379
398
 
380
399
  - Add additional relatedEvents
381
- ([91ad9c1](https://github.com/applandinc/scanner/commit/91ad9c1b497f7ea2fb53b3797d005fdbab1165c7))
400
+ ([91ad9c1](https://github.com/getappmap/scanner/commit/91ad9c1b497f7ea2fb53b3797d005fdbab1165c7))
382
401
  - relatedEvents contains the match event
383
- ([a0885de](https://github.com/applandinc/scanner/commit/a0885defdf690098e58593735d8a90d058018255))
402
+ ([a0885de](https://github.com/getappmap/scanner/commit/a0885defdf690098e58593735d8a90d058018255))
384
403
 
385
- # [1.47.0](https://github.com/applandinc/scanner/compare/v1.46.3...v1.47.0) (2022-03-17)
404
+ # [1.47.0](https://github.com/getappmap/scanner/compare/v1.46.3...v1.47.0) (2022-03-17)
386
405
 
387
406
  ### Bug Fixes
388
407
 
389
408
  - Don't fail doc parsing on new docs
390
- ([58761f6](https://github.com/applandinc/scanner/commit/58761f6112af8dcd8735b90cd1ba30ea4c08770d))
409
+ ([58761f6](https://github.com/getappmap/scanner/commit/58761f6112af8dcd8735b90cd1ba30ea4c08770d))
391
410
 
392
411
  ### Features
393
412
 
394
413
  - Enable deserializationOfUntrustedData by default
395
- ([b99b729](https://github.com/applandinc/scanner/commit/b99b7292e602f20a072543439dea02560b21d250))
414
+ ([b99b729](https://github.com/getappmap/scanner/commit/b99b7292e602f20a072543439dea02560b21d250))
396
415
  - Enable execOfUntrustedCommand by default
397
- ([998c2fe](https://github.com/applandinc/scanner/commit/998c2feb6c75925f5fb9b2035d285ec54b08d9be))
416
+ ([998c2fe](https://github.com/getappmap/scanner/commit/998c2feb6c75925f5fb9b2035d285ec54b08d9be))
398
417
  - Rename 'sanitize' to 'deserialize.sanitize'
399
- ([0403ebb](https://github.com/applandinc/scanner/commit/0403ebb3ff49da22137dbcaf729c67b2231750ea))
418
+ ([0403ebb](https://github.com/getappmap/scanner/commit/0403ebb3ff49da22137dbcaf729c67b2231750ea))
400
419
  - Rename label 'public' to 'access.public'
401
- ([098ae70](https://github.com/applandinc/scanner/commit/098ae70825388a9195e38a29b355ba59cf457d6b))
420
+ ([098ae70](https://github.com/getappmap/scanner/commit/098ae70825388a9195e38a29b355ba59cf457d6b))
402
421
  - Rule for exec-of-untrusted-command
403
- ([bea4fb3](https://github.com/applandinc/scanner/commit/bea4fb319972ded78f7d2858c4344ac3a3c05a03))
422
+ ([bea4fb3](https://github.com/getappmap/scanner/commit/bea4fb319972ded78f7d2858c4344ac3a3c05a03))
404
423
 
405
- ## [1.46.3](https://github.com/applandinc/scanner/compare/v1.46.2...v1.46.3) (2022-03-17)
424
+ ## [1.46.3](https://github.com/getappmap/scanner/compare/v1.46.2...v1.46.3) (2022-03-17)
406
425
 
407
426
  ### Bug Fixes
408
427
 
409
428
  - Better error message when server not configured
410
- ([e9c7c35](https://github.com/applandinc/scanner/commit/e9c7c35ad809efc1abdc883aa7b8345bf1752aab))
429
+ ([e9c7c35](https://github.com/getappmap/scanner/commit/e9c7c35ad809efc1abdc883aa7b8345bf1752aab))
411
430
  - Correctly enumerate transaction events
412
- ([ecc9bfc](https://github.com/applandinc/scanner/commit/ecc9bfcab8e5b0c35a21db98d5bbfd4d6aca2c5f))
431
+ ([ecc9bfc](https://github.com/getappmap/scanner/commit/ecc9bfcab8e5b0c35a21db98d5bbfd4d6aca2c5f))
413
432
 
414
- ## [1.46.2](https://github.com/applandinc/scanner/compare/v1.46.1...v1.46.2) (2022-03-11)
433
+ ## [1.46.2](https://github.com/getappmap/scanner/compare/v1.46.1...v1.46.2) (2022-03-11)
415
434
 
416
435
  ### Bug Fixes
417
436
 
418
437
  - Don't error out on extra BEGIN when detecting transactions
419
- ([b3938f4](https://github.com/applandinc/scanner/commit/b3938f4397c7c2b9727e707a7df370881ae2cc65))
438
+ ([b3938f4](https://github.com/getappmap/scanner/commit/b3938f4397c7c2b9727e707a7df370881ae2cc65))
420
439
 
421
- ## [1.46.1](https://github.com/applandinc/scanner/compare/v1.46.0...v1.46.1) (2022-02-17)
440
+ ## [1.46.1](https://github.com/getappmap/scanner/compare/v1.46.0...v1.46.1) (2022-02-17)
422
441
 
423
442
  ### Bug Fixes
424
443
 
425
444
  - Update SQL parser
426
- ([10be27e](https://github.com/applandinc/scanner/commit/10be27e8b365eb9080dfc8ff6edb2ee0d3fadd15))
445
+ ([10be27e](https://github.com/getappmap/scanner/commit/10be27e8b365eb9080dfc8ff6edb2ee0d3fadd15))
427
446
 
428
- # [1.46.0](https://github.com/applandinc/scanner/compare/v1.45.0...v1.46.0) (2022-02-15)
447
+ # [1.46.0](https://github.com/getappmap/scanner/compare/v1.45.0...v1.46.0) (2022-02-15)
429
448
 
430
449
  ### Features
431
450
 
432
451
  - Retry AppMap upload on failure
433
- ([136b59a](https://github.com/applandinc/scanner/commit/136b59a5d2f75e1ebfb533f19341680aa3050239))
452
+ ([136b59a](https://github.com/getappmap/scanner/commit/136b59a5d2f75e1ebfb533f19341680aa3050239))
434
453
 
435
- # [1.45.0](https://github.com/applandinc/scanner/compare/v1.44.3...v1.45.0) (2022-02-14)
454
+ # [1.45.0](https://github.com/getappmap/scanner/compare/v1.44.3...v1.45.0) (2022-02-14)
436
455
 
437
456
  ### Bug Fixes
438
457
 
439
458
  - Pick up SQL parser fixes
440
- ([01904db](https://github.com/applandinc/scanner/commit/01904db4c12ea5f85028c34b066b9cc9bc2ec546))
459
+ ([01904db](https://github.com/getappmap/scanner/commit/01904db4c12ea5f85028c34b066b9cc9bc2ec546))
441
460
  - Specify Content-Length in bytes rather than chars
442
- ([b24c6a4](https://github.com/applandinc/scanner/commit/b24c6a4f32b0bb7360777ab72aa090c4b91fa810))
461
+ ([b24c6a4](https://github.com/getappmap/scanner/commit/b24c6a4f32b0bb7360777ab72aa090c4b91fa810))
443
462
 
444
463
  ### Features
445
464
 
446
465
  - Pare down the default scan config
447
- ([7f48e77](https://github.com/applandinc/scanner/commit/7f48e774b5a48af8657b736dfb619145f9785426))
466
+ ([7f48e77](https://github.com/getappmap/scanner/commit/7f48e774b5a48af8657b736dfb619145f9785426))
448
467
 
449
- ## [1.44.3](https://github.com/applandinc/scanner/compare/v1.44.2...v1.44.3) (2022-02-11)
468
+ ## [1.44.3](https://github.com/getappmap/scanner/compare/v1.44.2...v1.44.3) (2022-02-11)
450
469
 
451
470
  ### Bug Fixes
452
471
 
453
472
  - Provide the `metadata` param during AppMap creation
454
- ([fc1b39b](https://github.com/applandinc/scanner/commit/fc1b39bb5fc3323ae582fb499c4b9425898a5afe))
473
+ ([fc1b39b](https://github.com/getappmap/scanner/commit/fc1b39bb5fc3323ae582fb499c4b9425898a5afe))
455
474
 
456
- ## [1.44.2](https://github.com/applandinc/scanner/compare/v1.44.1...v1.44.2) (2022-02-10)
475
+ ## [1.44.2](https://github.com/getappmap/scanner/compare/v1.44.1...v1.44.2) (2022-02-10)
457
476
 
458
477
  ### Bug Fixes
459
478
 
460
479
  - Add missing dependency 'glob'
461
- ([92fe31c](https://github.com/applandinc/scanner/commit/92fe31c8d1367d31a9f21eb6e6225e2fe378432b))
480
+ ([92fe31c](https://github.com/getappmap/scanner/commit/92fe31c8d1367d31a9f21eb6e6225e2fe378432b))
462
481
 
463
- ## [1.44.1](https://github.com/applandinc/scanner/compare/v1.44.0...v1.44.1) (2022-02-09)
482
+ ## [1.44.1](https://github.com/getappmap/scanner/compare/v1.44.0...v1.44.1) (2022-02-09)
464
483
 
465
484
  ### Bug Fixes
466
485
 
467
486
  - Fix 'merge --fail'
468
- ([3d371d9](https://github.com/applandinc/scanner/commit/3d371d9cb4512162d8ce6806ee22943ab0143877))
487
+ ([3d371d9](https://github.com/getappmap/scanner/commit/3d371d9cb4512162d8ce6806ee22943ab0143877))
469
488
 
470
- # [1.44.0](https://github.com/applandinc/scanner/compare/v1.43.0...v1.44.0) (2022-02-09)
489
+ # [1.44.0](https://github.com/getappmap/scanner/compare/v1.43.0...v1.44.0) (2022-02-09)
471
490
 
472
491
  ### Features
473
492
 
474
493
  - Upgrade SQL parser
475
- ([6b585e6](https://github.com/applandinc/scanner/commit/6b585e6ea16048f0e57643d6f20528f5da0aadda))
494
+ ([6b585e6](https://github.com/getappmap/scanner/commit/6b585e6ea16048f0e57643d6f20528f5da0aadda))
476
495
 
477
- # [1.43.0](https://github.com/applandinc/scanner/compare/v1.42.0...v1.43.0) (2022-02-08)
496
+ # [1.43.0](https://github.com/getappmap/scanner/compare/v1.42.0...v1.43.0) (2022-02-08)
478
497
 
479
498
  ### Features
480
499
 
481
500
  - Add CLI 'merge' command
482
- ([5144b3d](https://github.com/applandinc/scanner/commit/5144b3d883946697442ce5393512367e53db752c))
501
+ ([5144b3d](https://github.com/getappmap/scanner/commit/5144b3d883946697442ce5393512367e53db752c))
483
502
  - Implement 'merge' command options --fail and --update-commit-status
484
- ([49706c2](https://github.com/applandinc/scanner/commit/49706c2ffc7ec7450c5138da8abf3d5f16a49166))
503
+ ([49706c2](https://github.com/getappmap/scanner/commit/49706c2ffc7ec7450c5138da8abf3d5f16a49166))
485
504
 
486
- # [1.42.0](https://github.com/applandinc/scanner/compare/v1.41.1...v1.42.0) (2022-02-04)
505
+ # [1.42.0](https://github.com/getappmap/scanner/compare/v1.41.1...v1.42.0) (2022-02-04)
487
506
 
488
507
  ### Bug Fixes
489
508
 
490
509
  - Integrate the SQL cache and collect performance data
491
- ([b0d393b](https://github.com/applandinc/scanner/commit/b0d393b4ab12ce3baeeaebadad1c0184aacc2927))
510
+ ([b0d393b](https://github.com/getappmap/scanner/commit/b0d393b4ab12ce3baeeaebadad1c0184aacc2927))
492
511
  - Missing import
493
- ([042a79c](https://github.com/applandinc/scanner/commit/042a79cca1552adea0cc7f6339c4eb1abe2e00da))
512
+ ([042a79c](https://github.com/getappmap/scanner/commit/042a79cca1552adea0cc7f6339c4eb1abe2e00da))
494
513
 
495
514
  ### Features
496
515
 
497
516
  - Accelerate scanning by indexing the AppMap
498
- ([5414da1](https://github.com/applandinc/scanner/commit/5414da1f628fbd44912c7c89b7f174d438162027))
517
+ ([5414da1](https://github.com/getappmap/scanner/commit/5414da1f628fbd44912c7c89b7f174d438162027))
499
518
  - Cache normalized SQL and query AST
500
- ([ba3377f](https://github.com/applandinc/scanner/commit/ba3377f002c69379447ab89b83933e6ace7190a5))
519
+ ([ba3377f](https://github.com/getappmap/scanner/commit/ba3377f002c69379447ab89b83933e6ace7190a5))
501
520
  - LRU cache for queries
502
- ([14883dd](https://github.com/applandinc/scanner/commit/14883ddd5af636db0320934692b4bf92f223069f))
521
+ ([14883dd](https://github.com/getappmap/scanner/commit/14883ddd5af636db0320934692b4bf92f223069f))
503
522
  - Update @appland/models and implement sqlWarning
504
- ([460e2a3](https://github.com/applandinc/scanner/commit/460e2a380b98f2c144cf835445c2da4cae7efa32))
523
+ ([460e2a3](https://github.com/getappmap/scanner/commit/460e2a380b98f2c144cf835445c2da4cae7efa32))
505
524
  - Update SQL parser
506
- ([691c051](https://github.com/applandinc/scanner/commit/691c051602b2f328a1c6d9eeeac704e3aead684d))
525
+ ([691c051](https://github.com/getappmap/scanner/commit/691c051602b2f328a1c6d9eeeac704e3aead684d))
507
526
 
508
527
  ### Reverts
509
528
 
510
529
  - Remove cache of events by type and label
511
- ([28374c2](https://github.com/applandinc/scanner/commit/28374c297d516a0f0a89fce50adedd6ff7044f4f))
530
+ ([28374c2](https://github.com/getappmap/scanner/commit/28374c297d516a0f0a89fce50adedd6ff7044f4f))
512
531
 
513
- ## [1.41.1](https://github.com/applandinc/scanner/compare/v1.41.0...v1.41.1) (2022-02-04)
532
+ ## [1.41.1](https://github.com/getappmap/scanner/compare/v1.41.0...v1.41.1) (2022-02-04)
514
533
 
515
534
  ### Bug Fixes
516
535
 
517
536
  - use relative path for doc files
518
- ([2e0b5d6](https://github.com/applandinc/scanner/commit/2e0b5d6febd7ccbe20b4ed489fbc964c68054df1))
537
+ ([2e0b5d6](https://github.com/getappmap/scanner/commit/2e0b5d6febd7ccbe20b4ed489fbc964c68054df1))
519
538
 
520
- # [1.41.0](https://github.com/applandinc/scanner/compare/v1.40.3...v1.41.0) (2022-02-04)
539
+ # [1.41.0](https://github.com/getappmap/scanner/compare/v1.40.3...v1.41.0) (2022-02-04)
521
540
 
522
541
  ### Features
523
542
 
524
543
  - add description and doc url to rule definitions
525
- ([0c237e4](https://github.com/applandinc/scanner/commit/0c237e4d3a4b6a3d6d2c12000d09ffb86fcd390d))
544
+ ([0c237e4](https://github.com/getappmap/scanner/commit/0c237e4d3a4b6a3d6d2c12000d09ffb86fcd390d))
526
545
 
527
- ## [1.40.3](https://github.com/applandinc/scanner/compare/v1.40.2...v1.40.3) (2022-02-04)
546
+ ## [1.40.3](https://github.com/getappmap/scanner/compare/v1.40.2...v1.40.3) (2022-02-04)
528
547
 
529
548
  ### Bug Fixes
530
549
 
531
550
  - Prevent accumulation of AppMap data while scanning
532
- ([cd8ff93](https://github.com/applandinc/scanner/commit/cd8ff93846f436e7d73a125304bbb5e7c568cd8d))
551
+ ([cd8ff93](https://github.com/getappmap/scanner/commit/cd8ff93846f436e7d73a125304bbb5e7c568cd8d))
533
552
 
534
- ## [1.40.2](https://github.com/applandinc/scanner/compare/v1.40.1...v1.40.2) (2022-02-03)
553
+ ## [1.40.2](https://github.com/getappmap/scanner/compare/v1.40.1...v1.40.2) (2022-02-03)
535
554
 
536
555
  ### Bug Fixes
537
556
 
538
557
  - Upload no longer appends AppMap directory to files
539
- ([6e28b1c](https://github.com/applandinc/scanner/commit/6e28b1cd01e0d70b175d568702caacb267d435d2))
558
+ ([6e28b1c](https://github.com/getappmap/scanner/commit/6e28b1cd01e0d70b175d568702caacb267d435d2))
540
559
 
541
- ## [1.40.1](https://github.com/applandinc/scanner/compare/v1.40.0...v1.40.1) (2022-02-02)
560
+ ## [1.40.1](https://github.com/getappmap/scanner/compare/v1.40.0...v1.40.1) (2022-02-02)
542
561
 
543
562
  ### Bug Fixes
544
563
 
545
564
  - Resolve a case of unhandled promises during upload
546
- ([1bf5f90](https://github.com/applandinc/scanner/commit/1bf5f908236fc0ee9f9410fc889f0afad05b5c48))
565
+ ([1bf5f90](https://github.com/getappmap/scanner/commit/1bf5f908236fc0ee9f9410fc889f0afad05b5c48))
547
566
 
548
- # [1.40.0](https://github.com/applandinc/scanner/compare/v1.39.1...v1.40.0) (2022-02-02)
567
+ # [1.40.0](https://github.com/getappmap/scanner/compare/v1.39.1...v1.40.0) (2022-02-02)
549
568
 
550
569
  ### Bug Fixes
551
570
 
552
571
  - Improve Mapset and Findings upload
553
- ([055758b](https://github.com/applandinc/scanner/commit/055758ba3a23a90a62f125ca8eec8cb796471d7b))
572
+ ([055758b](https://github.com/getappmap/scanner/commit/055758ba3a23a90a62f125ca8eec8cb796471d7b))
554
573
  - Remove redundant rule in default.yml sample config
555
- ([72ad9f8](https://github.com/applandinc/scanner/commit/72ad9f8f4def9a7ca2f4534545cc72413a86034e))
574
+ ([72ad9f8](https://github.com/getappmap/scanner/commit/72ad9f8f4def9a7ca2f4534545cc72413a86034e))
556
575
  - Remove unused import
557
- ([bfc3fe6](https://github.com/applandinc/scanner/commit/bfc3fe67823984c20a8055c6843df73996f83856))
576
+ ([bfc3fe6](https://github.com/getappmap/scanner/commit/bfc3fe67823984c20a8055c6843df73996f83856))
558
577
  - Use FormData to efficiently upload AppMaps
559
- ([b8b43ee](https://github.com/applandinc/scanner/commit/b8b43ee0626207d5302312749cfd7fa5a288c966))
578
+ ([b8b43ee](https://github.com/getappmap/scanner/commit/b8b43ee0626207d5302312749cfd7fa5a288c966))
560
579
 
561
580
  ### Features
562
581
 
563
582
  - Upload AppMaps, then create a Mapset, then Findings
564
- ([3403834](https://github.com/applandinc/scanner/commit/3403834dd50c446e7fa59a67038e48016d0e9f1c))
583
+ ([3403834](https://github.com/getappmap/scanner/commit/3403834dd50c446e7fa59a67038e48016d0e9f1c))
565
584
 
566
- ## [1.39.1](https://github.com/applandinc/scanner/compare/v1.39.0...v1.39.1) (2022-02-01)
585
+ ## [1.39.1](https://github.com/getappmap/scanner/compare/v1.39.0...v1.39.1) (2022-02-01)
567
586
 
568
587
  ### Bug Fixes
569
588
 
570
589
  - Finding hash now includes rule id
571
- ([10db345](https://github.com/applandinc/scanner/commit/10db345ef472a45ad2d892a4b1df6bc7f70681cf))
590
+ ([10db345](https://github.com/getappmap/scanner/commit/10db345ef472a45ad2d892a4b1df6bc7f70681cf))
572
591
 
573
- # [1.39.0](https://github.com/applandinc/scanner/compare/v1.38.0...v1.39.0) (2022-01-28)
592
+ # [1.39.0](https://github.com/getappmap/scanner/compare/v1.38.0...v1.39.0) (2022-01-28)
574
593
 
575
594
  ### Bug Fixes
576
595
 
577
596
  - http-500 looks for 500 status specifically
578
- ([02a406f](https://github.com/applandinc/scanner/commit/02a406f50da3fbb33b2f758150a056011610a4cf))
597
+ ([02a406f](https://github.com/getappmap/scanner/commit/02a406f50da3fbb33b2f758150a056011610a4cf))
579
598
 
580
599
  ### Features
581
600
 
582
601
  - Print stack trace in CLI finding output
583
- ([edfb41a](https://github.com/applandinc/scanner/commit/edfb41af083902b71676a2899bcac6aa04b0a820))
602
+ ([edfb41a](https://github.com/getappmap/scanner/commit/edfb41af083902b71676a2899bcac6aa04b0a820))
584
603
 
585
- # [1.38.0](https://github.com/applandinc/scanner/compare/v1.37.1...v1.38.0) (2022-01-26)
604
+ # [1.38.0](https://github.com/getappmap/scanner/compare/v1.37.1...v1.38.0) (2022-01-26)
586
605
 
587
606
  ### Features
588
607
 
589
608
  - Deduplicate findings in the report
590
- ([49b2db9](https://github.com/applandinc/scanner/commit/49b2db920ed702e54915574a322f286825f0d8e2))
609
+ ([49b2db9](https://github.com/getappmap/scanner/commit/49b2db920ed702e54915574a322f286825f0d8e2))
591
610
 
592
- ## [1.37.1](https://github.com/applandinc/scanner/compare/v1.37.0...v1.37.1) (2022-01-25)
611
+ ## [1.37.1](https://github.com/getappmap/scanner/compare/v1.37.0...v1.37.1) (2022-01-25)
593
612
 
594
613
  ### Bug Fixes
595
614
 
596
615
  - Fix Java example link
597
- ([831afd7](https://github.com/applandinc/scanner/commit/831afd75921cacdd15aa4b6f30cbe821aecbc8cf))
616
+ ([831afd7](https://github.com/getappmap/scanner/commit/831afd75921cacdd15aa4b6f30cbe821aecbc8cf))
598
617
 
599
- # [1.37.0](https://github.com/applandinc/scanner/compare/v1.36.1...v1.37.0) (2022-01-25)
618
+ # [1.37.0](https://github.com/getappmap/scanner/compare/v1.36.1...v1.37.0) (2022-01-25)
600
619
 
601
620
  ### Features
602
621
 
603
622
  - Update rule deserializationOfUntrustedData and add a test
604
- ([25fa0b5](https://github.com/applandinc/scanner/commit/25fa0b5cb746857c7234eba18160530b795a9acb))
623
+ ([25fa0b5](https://github.com/getappmap/scanner/commit/25fa0b5cb746857c7234eba18160530b795a9acb))
605
624
 
606
- ## [1.36.1](https://github.com/applandinc/scanner/compare/v1.36.0...v1.36.1) (2022-01-24)
625
+ ## [1.36.1](https://github.com/getappmap/scanner/compare/v1.36.0...v1.36.1) (2022-01-24)
607
626
 
608
627
  ### Bug Fixes
609
628
 
610
629
  - Only process a couple appmaps at a time
611
- ([0ec9a37](https://github.com/applandinc/scanner/commit/0ec9a377991213d7dd1fe5f152d037ee52ccd86f))
630
+ ([0ec9a37](https://github.com/getappmap/scanner/commit/0ec9a377991213d7dd1fe5f152d037ee52ccd86f))
612
631
 
613
- # [1.36.0](https://github.com/applandinc/scanner/compare/v1.35.1...v1.36.0) (2022-01-21)
632
+ # [1.36.0](https://github.com/getappmap/scanner/compare/v1.35.1...v1.36.0) (2022-01-21)
614
633
 
615
634
  ### Bug Fixes
616
635
 
617
636
  - authz-before-authn finding event is the event that provides authorization
618
- ([30c4b50](https://github.com/applandinc/scanner/commit/30c4b503e7005a9d5efe21e72d1a99e596551e79))
637
+ ([30c4b50](https://github.com/getappmap/scanner/commit/30c4b503e7005a9d5efe21e72d1a99e596551e79))
619
638
 
620
639
  ### Features
621
640
 
622
641
  - Add more rules to default config
623
- ([06a2bf5](https://github.com/applandinc/scanner/commit/06a2bf5735db83df91771caa5855c57971b43eff))
642
+ ([06a2bf5](https://github.com/getappmap/scanner/commit/06a2bf5735db83df91771caa5855c57971b43eff))
624
643
  - Add rule deserialization-of-untrusted-data
625
- ([cb80d48](https://github.com/applandinc/scanner/commit/cb80d48553895b450274629a2e2a085a7b648a98))
644
+ ([cb80d48](https://github.com/getappmap/scanner/commit/cb80d48553895b450274629a2e2a085a7b648a98))
626
645
  - Add rule logout-without-session-reset
627
- ([d7ae001](https://github.com/applandinc/scanner/commit/d7ae001e490540e94d422db93102f5fba1dfb234))
646
+ ([d7ae001](https://github.com/getappmap/scanner/commit/d7ae001e490540e94d422db93102f5fba1dfb234))
628
647
 
629
- ## [1.35.1](https://github.com/applandinc/scanner/compare/v1.35.0...v1.35.1) (2022-01-19)
648
+ ## [1.35.1](https://github.com/getappmap/scanner/compare/v1.35.0...v1.35.1) (2022-01-19)
630
649
 
631
650
  ### Bug Fixes
632
651
 
633
652
  - Upload the entire findings JSON
634
- ([f502d0e](https://github.com/applandinc/scanner/commit/f502d0e646980b580a81c3f87e800e2b6459732a))
653
+ ([f502d0e](https://github.com/getappmap/scanner/commit/f502d0e646980b580a81c3f87e800e2b6459732a))
635
654
 
636
- # [1.35.0](https://github.com/applandinc/scanner/compare/v1.34.1...v1.35.0) (2022-01-18)
655
+ # [1.35.0](https://github.com/getappmap/scanner/compare/v1.34.1...v1.35.0) (2022-01-18)
637
656
 
638
657
  ### Features
639
658
 
640
659
  - Update CWE references
641
- ([b036dcd](https://github.com/applandinc/scanner/commit/b036dcde862b61ad5aa09a2fe4747c6971a3853c))
660
+ ([b036dcd](https://github.com/getappmap/scanner/commit/b036dcde862b61ad5aa09a2fe4747c6971a3853c))
642
661
 
643
- ## [1.34.1](https://github.com/applandinc/scanner/compare/v1.34.0...v1.34.1) (2022-01-14)
662
+ ## [1.34.1](https://github.com/getappmap/scanner/compare/v1.34.0...v1.34.1) (2022-01-14)
644
663
 
645
664
  ### Bug Fixes
646
665
 
647
666
  - Upgrade @appland/client to v1.1.3
648
- ([223441a](https://github.com/applandinc/scanner/commit/223441ab9c768482cdc3a1320c3913990401b0ff))
667
+ ([223441a](https://github.com/getappmap/scanner/commit/223441ab9c768482cdc3a1320c3913990401b0ff))
649
668
 
650
- # [1.34.0](https://github.com/applandinc/scanner/compare/v1.33.2...v1.34.0) (2022-01-14)
669
+ # [1.34.0](https://github.com/getappmap/scanner/compare/v1.33.2...v1.34.0) (2022-01-14)
651
670
 
652
671
  ### Bug Fixes
653
672
 
654
673
  - Replace id with rule in rule doc front matter (reqd by Jekyll)
655
- ([ac5391d](https://github.com/applandinc/scanner/commit/ac5391d00672747ac956610275659cc1a110c742))
674
+ ([ac5391d](https://github.com/getappmap/scanner/commit/ac5391d00672747ac956610275659cc1a110c742))
656
675
 
657
676
  ### Features
658
677
 
659
678
  - Add references to rule definitions
660
- ([d9d29d7](https://github.com/applandinc/scanner/commit/d9d29d7b9a949deae1c746ad9d8bb3c4229e41ee))
679
+ ([d9d29d7](https://github.com/getappmap/scanner/commit/d9d29d7b9a949deae1c746ad9d8bb3c4229e41ee))
661
680
  - Add scope to rule doc front matter
662
- ([660582d](https://github.com/applandinc/scanner/commit/660582d9e22781a20c77abf9082f50c528f2341c))
681
+ ([660582d](https://github.com/getappmap/scanner/commit/660582d9e22781a20c77abf9082f50c528f2341c))
663
682
  - Add scope to rule doc front matter
664
- ([9fa209b](https://github.com/applandinc/scanner/commit/9fa209bba9c3336a8b73ea09075b424c19dd4299))
683
+ ([9fa209b](https://github.com/getappmap/scanner/commit/9fa209bba9c3336a8b73ea09075b424c19dd4299))
665
684
  - Generate front matter from Rule info
666
- ([e1f64fd](https://github.com/applandinc/scanner/commit/e1f64fda238a0b78ec8f4b9301bd1546296ccd7b))
685
+ ([e1f64fd](https://github.com/getappmap/scanner/commit/e1f64fda238a0b78ec8f4b9301bd1546296ccd7b))
667
686
  - Include labels in rule doc front matter
668
- ([e4d26ec](https://github.com/applandinc/scanner/commit/e4d26ec3c4ac0d2b51f4f7fe90f900cce120db96))
687
+ ([e4d26ec](https://github.com/getappmap/scanner/commit/e4d26ec3c4ac0d2b51f4f7fe90f900cce120db96))
669
688
  - Publish to NPM
670
- ([8dc5c85](https://github.com/applandinc/scanner/commit/8dc5c85f48d291048e24aa95212a575e89ad4175))
689
+ ([8dc5c85](https://github.com/getappmap/scanner/commit/8dc5c85f48d291048e24aa95212a575e89ad4175))
671
690
 
672
- ## [1.33.2](https://github.com/applandinc/scanner/compare/v1.33.1...v1.33.2) (2022-01-12)
691
+ ## [1.33.2](https://github.com/getappmap/scanner/compare/v1.33.1...v1.33.2) (2022-01-12)
673
692
 
674
693
  ### Bug Fixes
675
694
 
676
695
  - Flag insecure comparison correctly in more cases
677
- ([abaf078](https://github.com/applandinc/scanner/commit/abaf078a37ccc8dfe9b85074e26924b130a422c7))
696
+ ([abaf078](https://github.com/getappmap/scanner/commit/abaf078a37ccc8dfe9b85074e26924b130a422c7))
678
697
 
679
- ## [1.33.1](https://github.com/applandinc/scanner/compare/v1.33.0...v1.33.1) (2022-01-10)
698
+ ## [1.33.1](https://github.com/getappmap/scanner/compare/v1.33.0...v1.33.1) (2022-01-10)
680
699
 
681
700
  ### Bug Fixes
682
701
 
683
702
  - Mark package as public
684
- ([aa18d96](https://github.com/applandinc/scanner/commit/aa18d96110057c8bb1711e7142ef1f0a7df509be))
703
+ ([aa18d96](https://github.com/getappmap/scanner/commit/aa18d96110057c8bb1711e7142ef1f0a7df509be))
685
704
 
686
- # [1.33.0](https://github.com/applandinc/scanner/compare/v1.32.0...v1.33.0) (2022-01-10)
705
+ # [1.33.0](https://github.com/getappmap/scanner/compare/v1.32.0...v1.33.0) (2022-01-10)
687
706
 
688
707
  ### Features
689
708
 
690
709
  - Publish to NPM
691
- ([b39f16d](https://github.com/applandinc/scanner/commit/b39f16d5ab867528d8bcf3cfda67f71e59064a7d))
710
+ ([b39f16d](https://github.com/getappmap/scanner/commit/b39f16d5ab867528d8bcf3cfda67f71e59064a7d))
692
711
 
693
- # [1.32.0](https://github.com/applandinc/scanner/compare/v1.31.2...v1.32.0) (2022-01-07)
712
+ # [1.32.0](https://github.com/getappmap/scanner/compare/v1.31.2...v1.32.0) (2022-01-07)
694
713
 
695
714
  ### Bug Fixes
696
715
 
697
716
  - Fix default config path
698
- ([bb28a87](https://github.com/applandinc/scanner/commit/bb28a87ff25f99d86a44e17b0d7b3cd50a68b32c))
717
+ ([bb28a87](https://github.com/getappmap/scanner/commit/bb28a87ff25f99d86a44e17b0d7b3cd50a68b32c))
699
718
  - Tweak the findings output
700
- ([b16f552](https://github.com/applandinc/scanner/commit/b16f5520703a99eff6b51bcf6ce5c3406c13cfb2))
719
+ ([b16f552](https://github.com/getappmap/scanner/commit/b16f5520703a99eff6b51bcf6ce5c3406c13cfb2))
701
720
  - Update @appland/models for DFS dependency traversal fix
702
- ([bacc707](https://github.com/applandinc/scanner/commit/bacc70748c4df5352bb181f764929c99ffe026a2))
721
+ ([bacc707](https://github.com/getappmap/scanner/commit/bacc70748c4df5352bb181f764929c99ffe026a2))
703
722
 
704
723
  ### Features
705
724
 
706
725
  - Print the path to the scanner config file
707
- ([531f531](https://github.com/applandinc/scanner/commit/531f53125b3faf0a619c409ee2dd8fd30d308aba))
726
+ ([531f531](https://github.com/getappmap/scanner/commit/531f53125b3faf0a619c409ee2dd8fd30d308aba))
708
727
 
709
- ## [1.31.2](https://github.com/applandinc/scanner/compare/v1.31.1...v1.31.2) (2022-01-06)
728
+ ## [1.31.2](https://github.com/getappmap/scanner/compare/v1.31.1...v1.31.2) (2022-01-06)
710
729
 
711
730
  ### Bug Fixes
712
731
 
713
732
  - Upload all findings from ci
714
- ([ba0190d](https://github.com/applandinc/scanner/commit/ba0190ded67d74cf8697a5736e9a277fce18ab10))
733
+ ([ba0190d](https://github.com/getappmap/scanner/commit/ba0190ded67d74cf8697a5736e9a277fce18ab10))
715
734
 
716
- ## [1.31.1](https://github.com/applandinc/scanner/compare/v1.31.0...v1.31.1) (2022-01-06)
735
+ ## [1.31.1](https://github.com/getappmap/scanner/compare/v1.31.0...v1.31.1) (2022-01-06)
717
736
 
718
737
  ### Bug Fixes
719
738
 
720
739
  - ci command always merges server finding status
721
- ([091b932](https://github.com/applandinc/scanner/commit/091b932d12ae91e71afb494124a0c027baae580e))
740
+ ([091b932](https://github.com/getappmap/scanner/commit/091b932d12ae91e71afb494124a0c027baae580e))
722
741
 
723
- # [1.31.0](https://github.com/applandinc/scanner/compare/v1.30.0...v1.31.0) (2022-01-05)
742
+ # [1.31.0](https://github.com/getappmap/scanner/compare/v1.30.0...v1.31.0) (2022-01-05)
724
743
 
725
744
  ### Bug Fixes
726
745
 
727
746
  - Remove postPullRequestComment because it doesn't work
728
- ([54f4797](https://github.com/applandinc/scanner/commit/54f4797977c8979d26b95be4890f7793af8434a7))
747
+ ([54f4797](https://github.com/getappmap/scanner/commit/54f4797977c8979d26b95be4890f7793af8434a7))
729
748
  - Remove unused imports
730
- ([f4e1eeb](https://github.com/applandinc/scanner/commit/f4e1eebc2e1d7cc2b1735623251d3319a496ccef))
749
+ ([f4e1eeb](https://github.com/getappmap/scanner/commit/f4e1eebc2e1d7cc2b1735623251d3319a496ccef))
731
750
  - Update @appland/client
732
- ([f48dbd0](https://github.com/applandinc/scanner/commit/f48dbd0bf3d0ba385ac5f8058ee64a2cca2dd12c))
751
+ ([f48dbd0](https://github.com/getappmap/scanner/commit/f48dbd0bf3d0ba385ac5f8058ee64a2cca2dd12c))
733
752
 
734
753
  ### Features
735
754
 
736
755
  - Add @appland/models and @appland/client as dependencies
737
- ([23559b8](https://github.com/applandinc/scanner/commit/23559b89dfa5bff507e6b96eaee47b82af10bccd))
756
+ ([23559b8](https://github.com/getappmap/scanner/commit/23559b89dfa5bff507e6b96eaee47b82af10bccd))
738
757
  - Add CI command to scan, upload, and update commit status
739
- ([9c3908f](https://github.com/applandinc/scanner/commit/9c3908fbce819d6feffd0b6e264b6b53b23ee3ed))
758
+ ([9c3908f](https://github.com/getappmap/scanner/commit/9c3908fbce819d6feffd0b6e264b6b53b23ee3ed))
740
759
  - Fetch finding status from the server and incorporate into the client output
741
- ([981729f](https://github.com/applandinc/scanner/commit/981729fccd4455b54fd32eb2c3932e813e18d2b6))
760
+ ([981729f](https://github.com/getappmap/scanner/commit/981729fccd4455b54fd32eb2c3932e813e18d2b6))
742
761
  - Refactor CLI into subcommands
743
- ([d27e05f](https://github.com/applandinc/scanner/commit/d27e05f976d0e2a0e8b3f8824e46caee17fc4c83))
762
+ ([d27e05f](https://github.com/getappmap/scanner/commit/d27e05f976d0e2a0e8b3f8824e46caee17fc4c83))
744
763
  - Remove @appland/models types, use types defined in the package dependency
745
- ([f872b5c](https://github.com/applandinc/scanner/commit/f872b5c614519f54adfc029206e324642fce122d))
764
+ ([f872b5c](https://github.com/getappmap/scanner/commit/f872b5c614519f54adfc029206e324642fce122d))
746
765
  - Tune the console report of findings
747
- ([34aaf65](https://github.com/applandinc/scanner/commit/34aaf6599e21f4523439a735254948d431bd5dea))
766
+ ([34aaf65](https://github.com/getappmap/scanner/commit/34aaf6599e21f4523439a735254948d431bd5dea))
748
767
  - Upload findings to AppMap server
749
- ([9cf0148](https://github.com/applandinc/scanner/commit/9cf0148e407ef2a990a490dbdd2fbad71055044a))
768
+ ([9cf0148](https://github.com/getappmap/scanner/commit/9cf0148e407ef2a990a490dbdd2fbad71055044a))
750
769
 
751
- # [1.30.0](https://github.com/applandinc/scanner/compare/v1.29.1...v1.30.0) (2021-12-14)
770
+ # [1.30.0](https://github.com/getappmap/scanner/compare/v1.29.1...v1.30.0) (2021-12-14)
752
771
 
753
772
  ### Features
754
773
 
755
774
  - Add additional summary data to the findings report
756
- ([5e38336](https://github.com/applandinc/scanner/commit/5e38336b273fb408457b864f9a6f0b759f6775a5))
775
+ ([5e38336](https://github.com/getappmap/scanner/commit/5e38336b273fb408457b864f9a6f0b759f6775a5))
757
776
  - Findings report includes the user-provided configuration
758
- ([ac4fda7](https://github.com/applandinc/scanner/commit/ac4fda77edcc31731a31392bca7655f7383c0213))
777
+ ([ac4fda7](https://github.com/getappmap/scanner/commit/ac4fda77edcc31731a31392bca7655f7383c0213))
759
778
 
760
- ## [1.29.1](https://github.com/applandinc/scanner/compare/v1.29.0...v1.29.1) (2021-12-10)
779
+ ## [1.29.1](https://github.com/getappmap/scanner/compare/v1.29.0...v1.29.1) (2021-12-10)
761
780
 
762
781
  ### Bug Fixes
763
782
 
764
783
  - Workaround for event.message being null
765
- ([b9408c9](https://github.com/applandinc/scanner/commit/b9408c9d9b3089c2fb919620461f86d8bad2ad4e))
784
+ ([b9408c9](https://github.com/getappmap/scanner/commit/b9408c9d9b3089c2fb919620461f86d8bad2ad4e))
766
785
 
767
- # [1.29.0](https://github.com/applandinc/scanner/compare/v1.28.0...v1.29.0) (2021-12-09)
786
+ # [1.29.0](https://github.com/getappmap/scanner/compare/v1.28.0...v1.29.0) (2021-12-09)
768
787
 
769
788
  ### Bug Fixes
770
789
 
771
790
  - Let the console handle the line breaks, because they are happening in the wrong place anyway
772
- ([51cabe7](https://github.com/applandinc/scanner/commit/51cabe77a13596b1898a32aa6b06bd61129d9365))
791
+ ([51cabe7](https://github.com/getappmap/scanner/commit/51cabe77a13596b1898a32aa6b06bd61129d9365))
773
792
 
774
793
  ### Features
775
794
 
776
795
  - Continue adding rules
777
- ([2d90d2d](https://github.com/applandinc/scanner/commit/2d90d2d6c3b1b77e322346a6a283b1a36367532a))
796
+ ([2d90d2d](https://github.com/getappmap/scanner/commit/2d90d2d6c3b1b77e322346a6a283b1a36367532a))
778
797
  - Port tests to new architecture
779
- ([07b074a](https://github.com/applandinc/scanner/commit/07b074a91e47ab8f6ba0971c1bdac9eda5bc756f))
798
+ ([07b074a](https://github.com/getappmap/scanner/commit/07b074a91e47ab8f6ba0971c1bdac9eda5bc756f))
780
799
  - Separate the rule name from check id
781
- ([633ab1f](https://github.com/applandinc/scanner/commit/633ab1f8f7ef9fad31b009baedd776b86536e093))
800
+ ([633ab1f](https://github.com/getappmap/scanner/commit/633ab1f8f7ef9fad31b009baedd776b86536e093))
782
801
  - Update @appland/models for upgraded SQL parsing
783
- ([717b707](https://github.com/applandinc/scanner/commit/717b70706e1bea81efdae4cee718d1c5340ef8d6))
802
+ ([717b707](https://github.com/getappmap/scanner/commit/717b70706e1bea81efdae4cee718d1c5340ef8d6))
784
803
 
785
- # [1.28.0](https://github.com/applandinc/scanner/compare/v1.27.0...v1.28.0) (2021-12-06)
804
+ # [1.28.0](https://github.com/getappmap/scanner/compare/v1.27.0...v1.28.0) (2021-12-06)
786
805
 
787
806
  ### Bug Fixes
788
807
 
789
808
  - Perform unix- and mac-friendly JSON schema fixup
790
- ([eedcdae](https://github.com/applandinc/scanner/commit/eedcdaed9f28d47e9e028ff3b203386c4a408ddd))
809
+ ([eedcdae](https://github.com/getappmap/scanner/commit/eedcdaed9f28d47e9e028ff3b203386c4a408ddd))
791
810
  - Remove incorrect MatchPatternConfig from schema
792
- ([2986007](https://github.com/applandinc/scanner/commit/298600772247672b784d1b83aeb8bbe26da4996f))
811
+ ([2986007](https://github.com/getappmap/scanner/commit/298600772247672b784d1b83aeb8bbe26da4996f))
793
812
 
794
813
  ### Features
795
814
 
796
815
  - Implement case-insensitive pattern test
797
- ([ee0e825](https://github.com/applandinc/scanner/commit/ee0e82502347dd6ffe506ccded466cb26a3615cd))
816
+ ([ee0e825](https://github.com/getappmap/scanner/commit/ee0e82502347dd6ffe506ccded466cb26a3615cd))
798
817
  - Unify filter patterns
799
- ([ece354d](https://github.com/applandinc/scanner/commit/ece354d6b023eb1bdd53a7a4d2b26482ce6874b7))
818
+ ([ece354d](https://github.com/getappmap/scanner/commit/ece354d6b023eb1bdd53a7a4d2b26482ce6874b7))
800
819
 
801
- # [1.27.0](https://github.com/applandinc/scanner/compare/v1.26.0...v1.27.0) (2021-12-04)
820
+ # [1.27.0](https://github.com/getappmap/scanner/compare/v1.26.0...v1.27.0) (2021-12-04)
802
821
 
803
822
  ### Features
804
823
 
805
824
  - implement count joins logic in the scanner
806
- ([9461db7](https://github.com/applandinc/scanner/commit/9461db7dc7b12ee13aae5c63095c7b2ac65a4b17))
825
+ ([9461db7](https://github.com/getappmap/scanner/commit/9461db7dc7b12ee13aae5c63095c7b2ac65a4b17))
807
826
 
808
- # [1.26.0](https://github.com/applandinc/scanner/compare/v1.25.2...v1.26.0) (2021-12-03)
827
+ # [1.26.0](https://github.com/getappmap/scanner/compare/v1.25.2...v1.26.0) (2021-12-03)
809
828
 
810
829
  ### Bug Fixes
811
830
 
812
831
  - unbatchedMaterializedQuery handles null ast
813
- ([9433d10](https://github.com/applandinc/scanner/commit/9433d100f111b8ebf5f4537d720b4e247ade98f7))
832
+ ([9433d10](https://github.com/getappmap/scanner/commit/9433d100f111b8ebf5f4537d720b4e247ade98f7))
814
833
 
815
834
  ### Features
816
835
 
817
836
  - Add graph data structures and algorithms ported to TS
818
- ([3e56554](https://github.com/applandinc/scanner/commit/3e56554e69f742e4e79e79fd89017ac5955162df))
837
+ ([3e56554](https://github.com/getappmap/scanner/commit/3e56554e69f742e4e79e79fd89017ac5955162df))
819
838
  - circularDependency scanner
820
- ([e24a5cc](https://github.com/applandinc/scanner/commit/e24a5ccd63cf72da8f4d95b064ac2ab228da39e0))
839
+ ([e24a5cc](https://github.com/getappmap/scanner/commit/e24a5ccd63cf72da8f4d95b064ac2ab228da39e0))
821
840
  - Detect all cycles in the graph
822
- ([e55b7d4](https://github.com/applandinc/scanner/commit/e55b7d4384d4c2242e7cded8b1a73cf6630fac11))
841
+ ([e55b7d4](https://github.com/getappmap/scanner/commit/e55b7d4384d4c2242e7cded8b1a73cf6630fac11))
823
842
  - Display a group message and occurrance count
824
- ([e64dbf1](https://github.com/applandinc/scanner/commit/e64dbf1f0d77f5b5ba1a6e3f39b3a38cfec73c44))
843
+ ([e64dbf1](https://github.com/getappmap/scanner/commit/e64dbf1f0d77f5b5ba1a6e3f39b3a38cfec73c44))
825
844
  - Find specific event sequences that lead to a cycle
826
- ([b790053](https://github.com/applandinc/scanner/commit/b7900533f080b86f677c30ee35923623618ec371))
845
+ ([b790053](https://github.com/getappmap/scanner/commit/b7900533f080b86f677c30ee35923623618ec371))
827
846
 
828
- ## [1.25.2](https://github.com/applandinc/scanner/compare/v1.25.1...v1.25.2) (2021-12-01)
847
+ ## [1.25.2](https://github.com/getappmap/scanner/compare/v1.25.1...v1.25.2) (2021-12-01)
829
848
 
830
849
  ### Bug Fixes
831
850
 
832
851
  - Pack JSON files into native binaries
833
- ([b39849a](https://github.com/applandinc/scanner/commit/b39849a29c4f658208e771e46992bca59344e20b))
852
+ ([b39849a](https://github.com/getappmap/scanner/commit/b39849a29c4f658208e771e46992bca59344e20b))
834
853
 
835
- ## [1.25.1](https://github.com/applandinc/scanner/compare/v1.25.0...v1.25.1) (2021-12-01)
854
+ ## [1.25.1](https://github.com/getappmap/scanner/compare/v1.25.0...v1.25.1) (2021-12-01)
836
855
 
837
856
  ### Bug Fixes
838
857
 
839
858
  - Deploy native binaries
840
- ([cda6369](https://github.com/applandinc/scanner/commit/cda6369de1fdf59abaa78dceee33e9b1e3d09c82))
859
+ ([cda6369](https://github.com/getappmap/scanner/commit/cda6369de1fdf59abaa78dceee33e9b1e3d09c82))
841
860
 
842
- # [1.25.0](https://github.com/applandinc/scanner/compare/v1.24.1...v1.25.0) (2021-12-01)
861
+ # [1.25.0](https://github.com/getappmap/scanner/compare/v1.24.1...v1.25.0) (2021-12-01)
843
862
 
844
863
  ### Bug Fixes
845
864
 
846
865
  - Correct schema of scanner 'exclude'
847
- ([42f00be](https://github.com/applandinc/scanner/commit/42f00beb083d13a08e4f8ead34936cf3e6bca6ad))
866
+ ([42f00be](https://github.com/getappmap/scanner/commit/42f00beb083d13a08e4f8ead34936cf3e6bca6ad))
848
867
  - Don't flag authz-before-authn if permission is denied
849
- ([03cf321](https://github.com/applandinc/scanner/commit/03cf321236d1d2a2cb240c1e9deed064c1a57f4e))
868
+ ([03cf321](https://github.com/getappmap/scanner/commit/03cf321236d1d2a2cb240c1e9deed064c1a57f4e))
850
869
  - Simplify assertion exclude filter check
851
- ([14d4676](https://github.com/applandinc/scanner/commit/14d46763c96cb89bb039bc416b103acc7df21ebd))
870
+ ([14d4676](https://github.com/getappmap/scanner/commit/14d46763c96cb89bb039bc416b103acc7df21ebd))
852
871
 
853
872
  ### Features
854
873
 
855
874
  - SQL strings can be filtered
856
- ([be3ac6f](https://github.com/applandinc/scanner/commit/be3ac6f679835757c0edb0e9d6ae7e1b65412121))
875
+ ([be3ac6f](https://github.com/getappmap/scanner/commit/be3ac6f679835757c0edb0e9d6ae7e1b65412121))
857
876
 
858
- ## [1.24.1](https://github.com/applandinc/scanner/compare/v1.24.0...v1.24.1) (2021-11-29)
877
+ ## [1.24.1](https://github.com/getappmap/scanner/compare/v1.24.0...v1.24.1) (2021-11-29)
859
878
 
860
879
  ### Bug Fixes
861
880
 
862
881
  - Export labels in assertion spec
863
- ([aaf9fbb](https://github.com/applandinc/scanner/commit/aaf9fbb83785ef85161a05e77b6429144bf62ca0))
882
+ ([aaf9fbb](https://github.com/getappmap/scanner/commit/aaf9fbb83785ef85161a05e77b6429144bf62ca0))
864
883
 
865
- # [1.24.0](https://github.com/applandinc/scanner/compare/v1.23.0...v1.24.0) (2021-11-29)
884
+ # [1.24.0](https://github.com/getappmap/scanner/compare/v1.23.0...v1.24.0) (2021-11-29)
866
885
 
867
886
  ### Features
868
887
 
869
888
  - Scanner for job not cancelled
870
- ([2ec0488](https://github.com/applandinc/scanner/commit/2ec0488f619de85c4dfaefa3a45addcdffae9816))
889
+ ([2ec0488](https://github.com/getappmap/scanner/commit/2ec0488f619de85c4dfaefa3a45addcdffae9816))
871
890
 
872
- # [1.23.0](https://github.com/applandinc/scanner/compare/v1.22.2...v1.23.0) (2021-11-22)
891
+ # [1.23.0](https://github.com/getappmap/scanner/compare/v1.22.2...v1.23.0) (2021-11-22)
873
892
 
874
893
  ### Bug Fixes
875
894
 
876
895
  - Ensure existance of constants for all labels
877
- ([451eddb](https://github.com/applandinc/scanner/commit/451eddb50d486724edb8f3f8117ba21993e63385))
896
+ ([451eddb](https://github.com/getappmap/scanner/commit/451eddb50d486724edb8f3f8117ba21993e63385))
878
897
  - Update rails sample app config
879
- ([551a67d](https://github.com/applandinc/scanner/commit/551a67dd92ce2a2d02de1aed08f17431cdc2d2a5))
898
+ ([551a67d](https://github.com/getappmap/scanner/commit/551a67dd92ce2a2d02de1aed08f17431cdc2d2a5))
880
899
 
881
900
  ### Features
882
901
 
883
902
  - Reconcile and standardize scanner options
884
- ([e5dcedb](https://github.com/applandinc/scanner/commit/e5dcedbefb4b504ff0752db6d9d51e6e11944bbd))
903
+ ([e5dcedb](https://github.com/getappmap/scanner/commit/e5dcedbefb4b504ff0752db6d9d51e6e11944bbd))
885
904
  - Support regexp or function as filter expression
886
- ([88a5fab](https://github.com/applandinc/scanner/commit/88a5fabaf7e6b995f8d730f3221ee7597686cfdb))
905
+ ([88a5fab](https://github.com/getappmap/scanner/commit/88a5fabaf7e6b995f8d730f3221ee7597686cfdb))
887
906
  - Validate configuration schema before scanning
888
- ([53d4e9d](https://github.com/applandinc/scanner/commit/53d4e9d1395e8020e358000c4e3a8f8f53eb7890))
907
+ ([53d4e9d](https://github.com/getappmap/scanner/commit/53d4e9d1395e8020e358000c4e3a8f8f53eb7890))
889
908
  - Validate scanner properties against Options defined by JSON schema
890
- ([cbd9167](https://github.com/applandinc/scanner/commit/cbd9167a49b3725bab4cfef333750b4c5e806788))
909
+ ([cbd9167](https://github.com/getappmap/scanner/commit/cbd9167a49b3725bab4cfef333750b4c5e806788))
891
910
 
892
- ## [1.22.2](https://github.com/applandinc/scanner/compare/v1.22.1...v1.22.2) (2021-11-17)
911
+ ## [1.22.2](https://github.com/getappmap/scanner/compare/v1.22.1...v1.22.2) (2021-11-17)
893
912
 
894
913
  ### Bug Fixes
895
914
 
896
915
  - Expose finding hash
897
- ([6ef2565](https://github.com/applandinc/scanner/commit/6ef256571894c9b5eae4c11ad499c2a148308d85))
916
+ ([6ef2565](https://github.com/getappmap/scanner/commit/6ef256571894c9b5eae4c11ad499c2a148308d85))
898
917
 
899
- ## [1.22.1](https://github.com/applandinc/scanner/compare/v1.22.0...v1.22.1) (2021-11-16)
918
+ ## [1.22.1](https://github.com/getappmap/scanner/compare/v1.22.0...v1.22.1) (2021-11-16)
900
919
 
901
920
  ### Bug Fixes
902
921
 
903
922
  - disable yarn cache
904
- ([baae1a3](https://github.com/applandinc/scanner/commit/baae1a37064df1a276941715816940aedc49ad74))
923
+ ([baae1a3](https://github.com/getappmap/scanner/commit/baae1a37064df1a276941715816940aedc49ad74))
905
924
 
906
- # [1.22.0](https://github.com/applandinc/scanner/compare/v1.21.0...v1.22.0) (2021-11-16)
925
+ # [1.22.0](https://github.com/getappmap/scanner/compare/v1.21.0...v1.22.0) (2021-11-16)
907
926
 
908
927
  ### Bug Fixes
909
928
 
910
929
  - Copy sampleConfig files to built directory
911
- ([f89d7aa](https://github.com/applandinc/scanner/commit/f89d7aac435407b81c07b6cc4c6f107a9950c3d4))
930
+ ([f89d7aa](https://github.com/getappmap/scanner/commit/f89d7aac435407b81c07b6cc4c6f107a9950c3d4))
912
931
  - Ensure existance of built directory when copying sample config
913
- ([0e047ed](https://github.com/applandinc/scanner/commit/0e047edaa3564d771d417ab69e3483d99eafa85c))
932
+ ([0e047ed](https://github.com/getappmap/scanner/commit/0e047edaa3564d771d417ab69e3483d99eafa85c))
914
933
  - Fail the scan when no appmap dir or file is specified
915
- ([501deae](https://github.com/applandinc/scanner/commit/501deae182fb4aa51d07480ec0de230f78cbf994))
934
+ ([501deae](https://github.com/getappmap/scanner/commit/501deae182fb4aa51d07480ec0de230f78cbf994))
916
935
 
917
936
  ### Features
918
937
 
919
938
  - Update default config with no-label scanners
920
- ([c1c7a6f](https://github.com/applandinc/scanner/commit/c1c7a6fd98b4ce48aebcf144dbb18a963fab18df))
939
+ ([c1c7a6f](https://github.com/getappmap/scanner/commit/c1c7a6fd98b4ce48aebcf144dbb18a963fab18df))
921
940
 
922
- # [1.21.0](https://github.com/applandinc/scanner/compare/v1.20.1...v1.21.0) (2021-11-16)
941
+ # [1.21.0](https://github.com/getappmap/scanner/compare/v1.20.1...v1.21.0) (2021-11-16)
923
942
 
924
943
  ### Features
925
944
 
926
945
  - Find unbatched materialized query
927
- ([2e3535b](https://github.com/applandinc/scanner/commit/2e3535b7443c18b279ef6f5e5901926f064cefff))
946
+ ([2e3535b](https://github.com/getappmap/scanner/commit/2e3535b7443c18b279ef6f5e5901926f064cefff))
928
947
  - Specify types for scanner options and export as JSON schema
929
- ([ed197ca](https://github.com/applandinc/scanner/commit/ed197cab2db49d7c7adbe8caea537984f9a98676))
948
+ ([ed197ca](https://github.com/getappmap/scanner/commit/ed197cab2db49d7c7adbe8caea537984f9a98676))
930
949
 
931
- ## [1.20.1](https://github.com/applandinc/scanner/compare/v1.20.0...v1.20.1) (2021-11-12)
950
+ ## [1.20.1](https://github.com/getappmap/scanner/compare/v1.20.0...v1.20.1) (2021-11-12)
932
951
 
933
952
  ### Bug Fixes
934
953
 
935
954
  - Remove broken scope 'appmap'
936
- ([fad8ffa](https://github.com/applandinc/scanner/commit/fad8ffaa4959db973bacdf7589a208a78c479c40))
955
+ ([fad8ffa](https://github.com/getappmap/scanner/commit/fad8ffaa4959db973bacdf7589a208a78c479c40))
937
956
  - Update and correct use of scopes and enumerateScope by scanners
938
- ([9395113](https://github.com/applandinc/scanner/commit/939511379654f59b89d2976970e3da457062baa9))
957
+ ([9395113](https://github.com/getappmap/scanner/commit/939511379654f59b89d2976970e3da457062baa9))
939
958
  - Update Rails Sample App use of scanners
940
- ([1e64211](https://github.com/applandinc/scanner/commit/1e64211854a8b93e4a56272801d4b913b6905c0a))
959
+ ([1e64211](https://github.com/getappmap/scanner/commit/1e64211854a8b93e4a56272801d4b913b6905c0a))
941
960
 
942
- # [1.20.0](https://github.com/applandinc/scanner/compare/v1.19.0...v1.20.0) (2021-11-09)
961
+ # [1.20.0](https://github.com/getappmap/scanner/compare/v1.19.0...v1.20.0) (2021-11-09)
943
962
 
944
963
  ### Features
945
964
 
946
965
  - Scan for authorization before authentication
947
- ([3d3b1eb](https://github.com/applandinc/scanner/commit/3d3b1eb21870728e02cd4fb064325f7d2e274f89))
966
+ ([3d3b1eb](https://github.com/getappmap/scanner/commit/3d3b1eb21870728e02cd4fb064325f7d2e274f89))
948
967
 
949
- # [1.19.0](https://github.com/applandinc/scanner/compare/v1.18.0...v1.19.0) (2021-11-09)
968
+ # [1.19.0](https://github.com/getappmap/scanner/compare/v1.18.0...v1.19.0) (2021-11-09)
950
969
 
951
970
  ### Bug Fixes
952
971
 
953
972
  - Upgrade semantic-release
954
- ([45dad94](https://github.com/applandinc/scanner/commit/45dad947ba13be458cda12ea920dc22ff9d02d94))
973
+ ([45dad94](https://github.com/getappmap/scanner/commit/45dad947ba13be458cda12ea920dc22ff9d02d94))
955
974
 
956
975
  ### Features
957
976
 
958
977
  - Scan for too many joins
959
- ([1de7bfc](https://github.com/applandinc/scanner/commit/1de7bfcf40b39dd521bc7676ed0842a50a0ef742))
978
+ ([1de7bfc](https://github.com/getappmap/scanner/commit/1de7bfcf40b39dd521bc7676ed0842a50a0ef742))
960
979
 
961
- # [1.18.0](https://github.com/applandinc/scanner/compare/v1.17.0...v1.18.0) (2021-11-04)
980
+ # [1.18.0](https://github.com/getappmap/scanner/compare/v1.17.0...v1.18.0) (2021-11-04)
962
981
 
963
982
  ### Bug Fixes
964
983
 
965
984
  - Disable IDE links when exporting findings to a file
966
- ([9bbea63](https://github.com/applandinc/scanner/commit/9bbea638402fc9ed7bce7dd3ef9ebe4ef7a8fea0))
985
+ ([9bbea63](https://github.com/getappmap/scanner/commit/9bbea638402fc9ed7bce7dd3ef9ebe4ef7a8fea0))
967
986
 
968
987
  ### Features
969
988
 
970
989
  - Add AssertionSpec type for scanner definitions
971
- ([74de27a](https://github.com/applandinc/scanner/commit/74de27a071eeb689950e5e5d1da8c19804d3d537))
990
+ ([74de27a](https://github.com/getappmap/scanner/commit/74de27a071eeb689950e5e5d1da8c19804d3d537))
972
991
  - Add CI integration docs
973
- ([1dc0ad4](https://github.com/applandinc/scanner/commit/1dc0ad462f6602f704e737fb737960cff8f65081))
992
+ ([1dc0ad4](https://github.com/getappmap/scanner/commit/1dc0ad462f6602f704e737fb737960cff8f65081))
974
993
  - Add OpenAPI generation for http_client_request
975
- ([1fc93e1](https://github.com/applandinc/scanner/commit/1fc93e181ac6ac1d335a49fda72582f81f13802e))
994
+ ([1fc93e1](https://github.com/getappmap/scanner/commit/1fc93e181ac6ac1d335a49fda72582f81f13802e))
976
995
  - Add scanner for slow method calls
977
- ([e5366fa](https://github.com/applandinc/scanner/commit/e5366fa31a4fe506e1ad27c9b0a16f7310f8610b))
996
+ ([e5366fa](https://github.com/getappmap/scanner/commit/e5366fa31a4fe506e1ad27c9b0a16f7310f8610b))
978
997
  - Analyze and print OpenAPI breaking changes
979
- ([858f833](https://github.com/applandinc/scanner/commit/858f83383f136bd329e7e83dd2f488f1c6f2d33e))
998
+ ([858f833](https://github.com/getappmap/scanner/commit/858f83383f136bd329e7e83dd2f488f1c6f2d33e))
980
999
  - OpenAPI schema are cached by host
981
- ([4b2ac60](https://github.com/applandinc/scanner/commit/4b2ac60d74e326325759ddf0f83b8ab9d3d91ecb))
1000
+ ([4b2ac60](https://github.com/getappmap/scanner/commit/4b2ac60d74e326325759ddf0f83b8ab9d3d91ecb))
982
1001
  - Report distinct finding messages in the final summary
983
- ([3f946ba](https://github.com/applandinc/scanner/commit/3f946bab9cc2bf7e8ba83e219687002a6241822f))
1002
+ ([3f946ba](https://github.com/getappmap/scanner/commit/3f946bab9cc2bf7e8ba83e219687002a6241822f))
984
1003
 
985
- # [1.17.0](https://github.com/applandinc/scanner/compare/v1.16.0...v1.17.0) (2021-10-21)
1004
+ # [1.17.0](https://github.com/getappmap/scanner/compare/v1.16.0...v1.17.0) (2021-10-21)
986
1005
 
987
1006
  ### Bug Fixes
988
1007
 
989
1008
  - Fix env var name for commit status
990
- ([444491c](https://github.com/applandinc/scanner/commit/444491c453113c1eb5b80f4a168e236d86c63f54))
1009
+ ([444491c](https://github.com/getappmap/scanner/commit/444491c453113c1eb5b80f4a168e236d86c63f54))
991
1010
  - Increase the threshold for "too-many-updates"
992
- ([0b69a6e](https://github.com/applandinc/scanner/commit/0b69a6eef97d49e036f6d484a2b7ecc9fe1a4314))
1011
+ ([0b69a6e](https://github.com/getappmap/scanner/commit/0b69a6eef97d49e036f6d484a2b7ecc9fe1a4314))
993
1012
  - Remove unused import
994
- ([44bb518](https://github.com/applandinc/scanner/commit/44bb5181e023e033c22b41e35c365a9e25680d07))
1013
+ ([44bb518](https://github.com/getappmap/scanner/commit/44bb5181e023e033c22b41e35c365a9e25680d07))
995
1014
  - Report the total match number for n+1 and too-many-updates
996
- ([ae4c015](https://github.com/applandinc/scanner/commit/ae4c01539ff174401643ca8145df15be348576eb))
1015
+ ([ae4c015](https://github.com/getappmap/scanner/commit/ae4c01539ff174401643ca8145df15be348576eb))
997
1016
 
998
1017
  ### Features
999
1018
 
1000
1019
  - Assertion can choose whether to check all events in the scope, or just the root
1001
- ([5993f2c](https://github.com/applandinc/scanner/commit/5993f2c388f155194faa5573c90d2c2ad58d3419))
1020
+ ([5993f2c](https://github.com/getappmap/scanner/commit/5993f2c388f155194faa5573c90d2c2ad58d3419))
1002
1021
  - Check rpc-without-circuit-breaker
1003
- ([8eed0b0](https://github.com/applandinc/scanner/commit/8eed0b0b9f01336f6c52ce9e4f3bc196ddaf0de1))
1022
+ ([8eed0b0](https://github.com/getappmap/scanner/commit/8eed0b0b9f01336f6c52ce9e4f3bc196ddaf0de1))
1004
1023
  - Optional pull request comments
1005
- ([dd953d2](https://github.com/applandinc/scanner/commit/dd953d2c0636a66e550fdbd67ad7dbf5d4e6e83c))
1024
+ ([dd953d2](https://github.com/getappmap/scanner/commit/dd953d2c0636a66e550fdbd67ad7dbf5d4e6e83c))
1006
1025
  - Report related events in a Finding
1007
- ([9c75bdd](https://github.com/applandinc/scanner/commit/9c75bdd7d2a98db246d914f7d8320a55483d1766))
1026
+ ([9c75bdd](https://github.com/getappmap/scanner/commit/9c75bdd7d2a98db246d914f7d8320a55483d1766))
1008
1027
 
1009
- # [1.17.0](https://github.com/applandinc/scanner/compare/v1.16.0...v1.17.0) (2021-10-21)
1028
+ # [1.17.0](https://github.com/getappmap/scanner/compare/v1.16.0...v1.17.0) (2021-10-21)
1010
1029
 
1011
1030
  ### Bug Fixes
1012
1031
 
1013
1032
  - Fix env var name for commit status
1014
- ([444491c](https://github.com/applandinc/scanner/commit/444491c453113c1eb5b80f4a168e236d86c63f54))
1033
+ ([444491c](https://github.com/getappmap/scanner/commit/444491c453113c1eb5b80f4a168e236d86c63f54))
1015
1034
  - Increase the threshold for "too-many-updates"
1016
- ([0b69a6e](https://github.com/applandinc/scanner/commit/0b69a6eef97d49e036f6d484a2b7ecc9fe1a4314))
1035
+ ([0b69a6e](https://github.com/getappmap/scanner/commit/0b69a6eef97d49e036f6d484a2b7ecc9fe1a4314))
1017
1036
  - Remove unused import
1018
- ([44bb518](https://github.com/applandinc/scanner/commit/44bb5181e023e033c22b41e35c365a9e25680d07))
1037
+ ([44bb518](https://github.com/getappmap/scanner/commit/44bb5181e023e033c22b41e35c365a9e25680d07))
1019
1038
  - Report the total match number for n+1 and too-many-updates
1020
- ([ae4c015](https://github.com/applandinc/scanner/commit/ae4c01539ff174401643ca8145df15be348576eb))
1039
+ ([ae4c015](https://github.com/getappmap/scanner/commit/ae4c01539ff174401643ca8145df15be348576eb))
1021
1040
 
1022
1041
  ### Features
1023
1042
 
1024
1043
  - Assertion can choose whether to check all events in the scope, or just the root
1025
- ([5993f2c](https://github.com/applandinc/scanner/commit/5993f2c388f155194faa5573c90d2c2ad58d3419))
1044
+ ([5993f2c](https://github.com/getappmap/scanner/commit/5993f2c388f155194faa5573c90d2c2ad58d3419))
1026
1045
  - Check rpc-without-circuit-breaker
1027
- ([8eed0b0](https://github.com/applandinc/scanner/commit/8eed0b0b9f01336f6c52ce9e4f3bc196ddaf0de1))
1046
+ ([8eed0b0](https://github.com/getappmap/scanner/commit/8eed0b0b9f01336f6c52ce9e4f3bc196ddaf0de1))
1028
1047
  - Optional pull request comments
1029
- ([dd953d2](https://github.com/applandinc/scanner/commit/dd953d2c0636a66e550fdbd67ad7dbf5d4e6e83c))
1048
+ ([dd953d2](https://github.com/getappmap/scanner/commit/dd953d2c0636a66e550fdbd67ad7dbf5d4e6e83c))
1030
1049
  - Report related events in a Finding
1031
- ([9c75bdd](https://github.com/applandinc/scanner/commit/9c75bdd7d2a98db246d914f7d8320a55483d1766))
1050
+ ([9c75bdd](https://github.com/getappmap/scanner/commit/9c75bdd7d2a98db246d914f7d8320a55483d1766))
1032
1051
 
1033
- # [1.16.0](https://github.com/applandinc/scanner/compare/v1.15.0...v1.16.0) (2021-10-19)
1052
+ # [1.16.0](https://github.com/getappmap/scanner/compare/v1.15.0...v1.16.0) (2021-10-19)
1034
1053
 
1035
1054
  ### Bug Fixes
1036
1055
 
1037
1056
  - Fix titled summary
1038
- ([29dfe5e](https://github.com/applandinc/scanner/commit/29dfe5e9350f9c4108135d4e9aad92f3be376ee3))
1057
+ ([29dfe5e](https://github.com/getappmap/scanner/commit/29dfe5e9350f9c4108135d4e9aad92f3be376ee3))
1039
1058
 
1040
1059
  ### Features
1041
1060
 
1042
1061
  - Add doc/architecture.md
1043
- ([06ca4c5](https://github.com/applandinc/scanner/commit/06ca4c5bad5380d477cf862ac007d6e3cb88b4eb))
1062
+ ([06ca4c5](https://github.com/getappmap/scanner/commit/06ca4c5bad5380d477cf862ac007d6e3cb88b4eb))
1044
1063
  - Assertion is instantiated once for each scope occurrance, simplifying bookkeeping
1045
- ([b007bc9](https://github.com/applandinc/scanner/commit/b007bc9094c63296dcf295dcee51eca39a64f475))
1064
+ ([b007bc9](https://github.com/getappmap/scanner/commit/b007bc9094c63296dcf295dcee51eca39a64f475))
1046
1065
  - Describe scopes in architecture doc
1047
- ([27b1ebb](https://github.com/applandinc/scanner/commit/27b1ebb7244f64dbd062029683621b25adba4f4e))
1066
+ ([27b1ebb](https://github.com/getappmap/scanner/commit/27b1ebb7244f64dbd062029683621b25adba4f4e))
1048
1067
  - Implement scopes
1049
- ([07cc23e](https://github.com/applandinc/scanner/commit/07cc23ed871a2ffce6e2dee477a4b259d650cc79))
1068
+ ([07cc23e](https://github.com/getappmap/scanner/commit/07cc23ed871a2ffce6e2dee477a4b259d650cc79))
1050
1069
  - Update architecture doc with Scope concept
1051
- ([043e4d9](https://github.com/applandinc/scanner/commit/043e4d9babb5f6cc290bfba95336d68fcad1d0de))
1070
+ ([043e4d9](https://github.com/getappmap/scanner/commit/043e4d9babb5f6cc290bfba95336d68fcad1d0de))
1052
1071
 
1053
- # [1.15.0](https://github.com/applandinc/scanner/compare/v1.14.0...v1.15.0) (2021-10-15)
1072
+ # [1.15.0](https://github.com/getappmap/scanner/compare/v1.14.0...v1.15.0) (2021-10-15)
1054
1073
 
1055
1074
  ### Features
1056
1075
 
1057
1076
  - Illegal package dependency
1058
- ([1b31cea](https://github.com/applandinc/scanner/commit/1b31cea8ccad8f52470eb880fcfd0d245578ba2f))
1077
+ ([1b31cea](https://github.com/getappmap/scanner/commit/1b31cea8ccad8f52470eb880fcfd0d245578ba2f))
1059
1078
 
1060
- # [1.14.0](https://github.com/applandinc/scanner/compare/v1.13.0...v1.14.0) (2021-10-15)
1079
+ # [1.14.0](https://github.com/getappmap/scanner/compare/v1.13.0...v1.14.0) (2021-10-15)
1061
1080
 
1062
1081
  ### Bug Fixes
1063
1082
 
1064
1083
  - Fix error/warning of n+1 query check
1065
- ([6065085](https://github.com/applandinc/scanner/commit/606508585c32b1b5705cd62bbf90239295e006a4))
1084
+ ([6065085](https://github.com/getappmap/scanner/commit/606508585c32b1b5705cd62bbf90239295e006a4))
1066
1085
 
1067
1086
  ### Features
1068
1087
 
1069
1088
  - Better findings report generation
1070
- ([0065442](https://github.com/applandinc/scanner/commit/00654427f6850317e948d01d5cde6ae6a2b20c3b))
1089
+ ([0065442](https://github.com/getappmap/scanner/commit/00654427f6850317e948d01d5cde6ae6a2b20c3b))
1071
1090
  - Scan for http 500 error
1072
- ([dd2dfb6](https://github.com/applandinc/scanner/commit/dd2dfb66983935e4649adfa9c009cf3b5dffe2bf))
1091
+ ([dd2dfb6](https://github.com/getappmap/scanner/commit/dd2dfb66983935e4649adfa9c009cf3b5dffe2bf))
1073
1092
 
1074
- # [1.13.0](https://github.com/applandinc/scanner/compare/v1.12.4...v1.13.0) (2021-10-15)
1093
+ # [1.13.0](https://github.com/getappmap/scanner/compare/v1.12.4...v1.13.0) (2021-10-15)
1075
1094
 
1076
1095
  ### Bug Fixes
1077
1096
 
1078
1097
  - Fix short name for validateBeforeSave
1079
- ([0cc4bcc](https://github.com/applandinc/scanner/commit/0cc4bccb2fa0fd1ff46fbbc036ebb1c3a934282b))
1098
+ ([0cc4bcc](https://github.com/getappmap/scanner/commit/0cc4bccb2fa0fd1ff46fbbc036ebb1c3a934282b))
1080
1099
  - Fixes to scanners
1081
- ([b1a264a](https://github.com/applandinc/scanner/commit/b1a264a5c9dede1fc38ddfc12281365a09bfe75f))
1100
+ ([b1a264a](https://github.com/getappmap/scanner/commit/b1a264a5c9dede1fc38ddfc12281365a09bfe75f))
1082
1101
 
1083
1102
  ### Features
1084
1103
 
1085
1104
  - Add JSON reporting
1086
- ([fe70006](https://github.com/applandinc/scanner/commit/fe700063d9b9f3c4c493178edc9a404e4dd81234))
1105
+ ([fe70006](https://github.com/getappmap/scanner/commit/fe700063d9b9f3c4c493178edc9a404e4dd81234))
1087
1106
  - Find insecure comparison of secrets
1088
- ([fd3f80e](https://github.com/applandinc/scanner/commit/fd3f80ebd520c8cc257dd321e84d23fbd74f7385))
1107
+ ([fd3f80e](https://github.com/getappmap/scanner/commit/fd3f80ebd520c8cc257dd321e84d23fbd74f7385))
1089
1108
 
1090
- ## [1.12.4](https://github.com/applandinc/scanner/compare/v1.12.3...v1.12.4) (2021-10-06)
1109
+ ## [1.12.4](https://github.com/getappmap/scanner/compare/v1.12.3...v1.12.4) (2021-10-06)
1091
1110
 
1092
1111
  ### Bug Fixes
1093
1112
 
1094
1113
  - await github responses
1095
- ([ee4fd29](https://github.com/applandinc/scanner/commit/ee4fd29dc3786b1447de5c732d45a8723ebf2081))
1114
+ ([ee4fd29](https://github.com/getappmap/scanner/commit/ee4fd29dc3786b1447de5c732d45a8723ebf2081))
1096
1115
 
1097
- ## [1.12.3](https://github.com/applandinc/scanner/compare/v1.12.2...v1.12.3) (2021-10-06)
1116
+ ## [1.12.3](https://github.com/getappmap/scanner/compare/v1.12.2...v1.12.3) (2021-10-06)
1098
1117
 
1099
1118
  ### Bug Fixes
1100
1119
 
1101
1120
  - stringify response object
1102
- ([69225a9](https://github.com/applandinc/scanner/commit/69225a9dfa1791becfde17a1d882b04f0fd5232f))
1121
+ ([69225a9](https://github.com/getappmap/scanner/commit/69225a9dfa1791becfde17a1d882b04f0fd5232f))
1103
1122
 
1104
- ## [1.12.2](https://github.com/applandinc/scanner/compare/v1.12.1...v1.12.2) (2021-10-06)
1123
+ ## [1.12.2](https://github.com/getappmap/scanner/compare/v1.12.1...v1.12.2) (2021-10-06)
1105
1124
 
1106
1125
  ### Bug Fixes
1107
1126
 
1108
1127
  - use callback to print github responses
1109
- ([7645931](https://github.com/applandinc/scanner/commit/76459314940310c1bc5a79449abbe215d8739bff))
1128
+ ([7645931](https://github.com/getappmap/scanner/commit/76459314940310c1bc5a79449abbe215d8739bff))
1110
1129
 
1111
- ## [1.12.1](https://github.com/applandinc/scanner/compare/v1.12.0...v1.12.1) (2021-10-06)
1130
+ ## [1.12.1](https://github.com/getappmap/scanner/compare/v1.12.0...v1.12.1) (2021-10-06)
1112
1131
 
1113
1132
  ### Bug Fixes
1114
1133
 
1115
1134
  - print github commit status responses
1116
- ([c798deb](https://github.com/applandinc/scanner/commit/c798deb3706ada35e7306a482d56e1dbd77e83a9))
1135
+ ([c798deb](https://github.com/getappmap/scanner/commit/c798deb3706ada35e7306a482d56e1dbd77e83a9))
1117
1136
 
1118
- # [1.12.0](https://github.com/applandinc/scanner/compare/v1.11.2...v1.12.0) (2021-10-05)
1137
+ # [1.12.0](https://github.com/getappmap/scanner/compare/v1.11.2...v1.12.0) (2021-10-05)
1119
1138
 
1120
1139
  ### Features
1121
1140
 
1122
1141
  - Configure scanner properties from YAML
1123
- ([690ed5f](https://github.com/applandinc/scanner/commit/690ed5f4b6dfadde23de11446c1e93abe95ff89e))
1142
+ ([690ed5f](https://github.com/getappmap/scanner/commit/690ed5f4b6dfadde23de11446c1e93abe95ff89e))
1124
1143
  - Enumerate labels which are used in the scanner
1125
- ([827d56f](https://github.com/applandinc/scanner/commit/827d56fa80ac9c21ac5ce2e09d0552df5b64045d))
1144
+ ([827d56f](https://github.com/getappmap/scanner/commit/827d56fa80ac9c21ac5ce2e09d0552df5b64045d))
1126
1145
 
1127
- ## [1.11.2](https://github.com/applandinc/scanner/compare/v1.11.1...v1.11.2) (2021-10-05)
1146
+ ## [1.11.2](https://github.com/getappmap/scanner/compare/v1.11.1...v1.11.2) (2021-10-05)
1128
1147
 
1129
1148
  ### Bug Fixes
1130
1149
 
1131
1150
  - include secretsRegexes.json into built directory
1132
- ([b733283](https://github.com/applandinc/scanner/commit/b7332835566f2b7bf03f3b14601cb14b641105dc))
1151
+ ([b733283](https://github.com/getappmap/scanner/commit/b7332835566f2b7bf03f3b14601cb14b641105dc))
1133
1152
 
1134
- ## [1.11.1](https://github.com/applandinc/scanner/compare/v1.11.0...v1.11.1) (2021-10-05)
1153
+ ## [1.11.1](https://github.com/getappmap/scanner/compare/v1.11.0...v1.11.1) (2021-10-05)
1135
1154
 
1136
1155
  ### Bug Fixes
1137
1156
 
1138
1157
  - properly read owner/repo/sha
1139
- ([ca02937](https://github.com/applandinc/scanner/commit/ca0293774a552ede96a4804faba2782e815299e7))
1158
+ ([ca02937](https://github.com/getappmap/scanner/commit/ca0293774a552ede96a4804faba2782e815299e7))
1140
1159
 
1141
- # [1.11.0](https://github.com/applandinc/scanner/compare/v1.10.0...v1.11.0) (2021-10-01)
1160
+ # [1.11.0](https://github.com/getappmap/scanner/compare/v1.10.0...v1.11.0) (2021-10-01)
1142
1161
 
1143
1162
  ### Bug Fixes
1144
1163
 
1145
1164
  - Don't write results into appmap index dir (which may not exist)
1146
- ([ff402cb](https://github.com/applandinc/scanner/commit/ff402cbbe31636bad48247b1d18549998288075e))
1165
+ ([ff402cb](https://github.com/getappmap/scanner/commit/ff402cbbe31636bad48247b1d18549998288075e))
1147
1166
  - Fix declaration of Event#returnValue
1148
- ([97b4b36](https://github.com/applandinc/scanner/commit/97b4b364587f7f0685719ae1171af0c30ffe265a))
1167
+ ([97b4b36](https://github.com/getappmap/scanner/commit/97b4b364587f7f0685719ae1171af0c30ffe265a))
1149
1168
  - Implement proper usage of HTTP status and mime_type
1150
- ([bb56aef](https://github.com/applandinc/scanner/commit/bb56aef2c7b62520779b40e3dc0fd213ae731c74))
1169
+ ([bb56aef](https://github.com/getappmap/scanner/commit/bb56aef2c7b62520779b40e3dc0fd213ae731c74))
1151
1170
  - Leave absolute paths alone when generating links
1152
- ([ab9f358](https://github.com/applandinc/scanner/commit/ab9f358151af69529406cee070501d812446b27b))
1171
+ ([ab9f358](https://github.com/getappmap/scanner/commit/ab9f358151af69529406cee070501d812446b27b))
1153
1172
 
1154
1173
  ### Features
1155
1174
 
1156
1175
  - Add a generic secret regexp
1157
- ([7fa5e22](https://github.com/applandinc/scanner/commit/7fa5e229f145eda8e14f291ad95442216ba8f726))
1176
+ ([7fa5e22](https://github.com/getappmap/scanner/commit/7fa5e229f145eda8e14f291ad95442216ba8f726))
1158
1177
  - Deeper verbose logging
1159
- ([970171c](https://github.com/applandinc/scanner/commit/970171c6903e3b6d0fb14324a98135aa7d4717ec))
1178
+ ([970171c](https://github.com/getappmap/scanner/commit/970171c6903e3b6d0fb14324a98135aa7d4717ec))
1160
1179
  - Enable multiple matches, custom messages, and problem level
1161
- ([206c9b5](https://github.com/applandinc/scanner/commit/206c9b58e457673cb2403666d9c41c834c40c2fe))
1180
+ ([206c9b5](https://github.com/getappmap/scanner/commit/206c9b58e457673cb2403666d9c41c834c40c2fe))
1162
1181
  - Enable validation of a single AppMap file
1163
- ([a75e336](https://github.com/applandinc/scanner/commit/a75e3367c28c8c01bc518b745b9984666e54acea))
1182
+ ([a75e336](https://github.com/getappmap/scanner/commit/a75e3367c28c8c01bc518b745b9984666e54acea))
1164
1183
  - Find actual allocated secrets in logs
1165
- ([29471a5](https://github.com/applandinc/scanner/commit/29471a5585f4114744381ec73e91320fe01d79b4))
1184
+ ([29471a5](https://github.com/getappmap/scanner/commit/29471a5585f4114744381ec73e91320fe01d79b4))
1166
1185
  - Refactor command printed output and exit status codes
1167
- ([c6a134a](https://github.com/applandinc/scanner/commit/c6a134ac33cf95c00a80994421f26ecef6806755))
1186
+ ([c6a134a](https://github.com/getappmap/scanner/commit/c6a134ac33cf95c00a80994421f26ecef6806755))
1168
1187
 
1169
- # [1.10.0](https://github.com/applandinc/scanner/compare/v1.9.0...v1.10.0) (2021-10-01)
1188
+ # [1.10.0](https://github.com/getappmap/scanner/compare/v1.9.0...v1.10.0) (2021-10-01)
1170
1189
 
1171
1190
  ### Features
1172
1191
 
1173
1192
  - Scanner are classes with named fields
1174
- ([2bce496](https://github.com/applandinc/scanner/commit/2bce4969c715e913430023e182e0369544bc85ca))
1193
+ ([2bce496](https://github.com/getappmap/scanner/commit/2bce4969c715e913430023e182e0369544bc85ca))
1175
1194
 
1176
- # [1.9.0](https://github.com/applandinc/scanner/compare/v1.8.0...v1.9.0) (2021-10-01)
1195
+ # [1.9.0](https://github.com/getappmap/scanner/compare/v1.8.0...v1.9.0) (2021-10-01)
1177
1196
 
1178
1197
  ### Features
1179
1198
 
1180
1199
  - post commit status to GitHub
1181
- ([5298ff2](https://github.com/applandinc/scanner/commit/5298ff24e7c1e5feec13a39365584ef181fa64e2))
1200
+ ([5298ff2](https://github.com/getappmap/scanner/commit/5298ff24e7c1e5feec13a39365584ef181fa64e2))
1182
1201
 
1183
- # [1.8.0](https://github.com/applandinc/scanner/compare/v1.7.0...v1.8.0) (2021-09-30)
1202
+ # [1.8.0](https://github.com/getappmap/scanner/compare/v1.7.0...v1.8.0) (2021-09-30)
1184
1203
 
1185
1204
  ### Bug Fixes
1186
1205
 
1187
1206
  - Match slow query if any include pattern matches
1188
- ([1478b9a](https://github.com/applandinc/scanner/commit/1478b9a2d47867ef32621025cc492f0c5420e432))
1207
+ ([1478b9a](https://github.com/getappmap/scanner/commit/1478b9a2d47867ef32621025cc492f0c5420e432))
1189
1208
 
1190
1209
  ### Features
1191
1210
 
1192
1211
  - Scan for SQL update in GET/HEAD request
1193
- ([e00a85e](https://github.com/applandinc/scanner/commit/e00a85e664f21ddfb6f1409633c556f324f4ee86))
1212
+ ([e00a85e](https://github.com/getappmap/scanner/commit/e00a85e664f21ddfb6f1409633c556f324f4ee86))
1194
1213
 
1195
- # [1.7.0](https://github.com/applandinc/scanner/compare/v1.6.2...v1.7.0) (2021-09-29)
1214
+ # [1.7.0](https://github.com/getappmap/scanner/compare/v1.6.2...v1.7.0) (2021-09-29)
1196
1215
 
1197
1216
  ### Features
1198
1217
 
1199
1218
  - Update GitHub token format
1200
- ([e765624](https://github.com/applandinc/scanner/commit/e76562405c8a28c050297f3bb6c5b16f69704f84))
1219
+ ([e765624](https://github.com/getappmap/scanner/commit/e76562405c8a28c050297f3bb6c5b16f69704f84))
1201
1220
 
1202
- ## [1.6.2](https://github.com/applandinc/scanner/compare/v1.6.1...v1.6.2) (2021-09-23)
1221
+ ## [1.6.2](https://github.com/getappmap/scanner/compare/v1.6.1...v1.6.2) (2021-09-23)
1203
1222
 
1204
1223
  ### Bug Fixes
1205
1224
 
1206
1225
  - replace ms with s
1207
- ([83f0cf2](https://github.com/applandinc/scanner/commit/83f0cf20f615110c5c5ad6c265df98db0e250364))
1226
+ ([83f0cf2](https://github.com/getappmap/scanner/commit/83f0cf20f615110c5c5ad6c265df98db0e250364))
1208
1227
 
1209
- ## [1.6.1](https://github.com/applandinc/scanner/compare/v1.6.0...v1.6.1) (2021-09-23)
1228
+ ## [1.6.1](https://github.com/getappmap/scanner/compare/v1.6.0...v1.6.1) (2021-09-23)
1210
1229
 
1211
1230
  ### Bug Fixes
1212
1231
 
1213
1232
  - Update [@appmap](https://github.com/appmap) deps
1214
- ([f2b1cda](https://github.com/applandinc/scanner/commit/f2b1cdac1b7c1a7bc40f6ad0a3752e7227d5225e))
1233
+ ([f2b1cda](https://github.com/getappmap/scanner/commit/f2b1cdac1b7c1a7bc40f6ad0a3752e7227d5225e))
1215
1234
 
1216
- # [1.6.0](https://github.com/applandinc/scanner/compare/v1.5.6...v1.6.0) (2021-09-22)
1235
+ # [1.6.0](https://github.com/getappmap/scanner/compare/v1.5.6...v1.6.0) (2021-09-22)
1217
1236
 
1218
1237
  ### Bug Fixes
1219
1238
 
1220
1239
  - Change default assertions config to be .js
1221
- ([58a9c4d](https://github.com/applandinc/scanner/commit/58a9c4d6421582a3119b1c36b9a61f5ab3978642))
1240
+ ([58a9c4d](https://github.com/getappmap/scanner/commit/58a9c4d6421582a3119b1c36b9a61f5ab3978642))
1222
1241
 
1223
1242
  ### Features
1224
1243
 
1225
1244
  - Pass state to VS Code links
1226
- ([94efff9](https://github.com/applandinc/scanner/commit/94efff906a5e97aaeda896641381fec46c930d55))
1245
+ ([94efff9](https://github.com/getappmap/scanner/commit/94efff906a5e97aaeda896641381fec46c930d55))
1227
1246
 
1228
- ## [1.5.6](https://github.com/applandinc/scanner/compare/v1.5.5...v1.5.6) (2021-09-21)
1247
+ ## [1.5.6](https://github.com/getappmap/scanner/compare/v1.5.5...v1.5.6) (2021-09-21)
1229
1248
 
1230
1249
  ### Bug Fixes
1231
1250
 
1232
1251
  - Fix path appmaps for IDE links
1233
- ([3344d40](https://github.com/applandinc/scanner/commit/3344d405000d345563a79555d14b9c28ef1b01e0))
1252
+ ([3344d40](https://github.com/getappmap/scanner/commit/3344d405000d345563a79555d14b9c28ef1b01e0))
1234
1253
 
1235
- ## [1.5.5](https://github.com/applandinc/scanner/compare/v1.5.4...v1.5.5) (2021-09-21)
1254
+ ## [1.5.5](https://github.com/getappmap/scanner/compare/v1.5.4...v1.5.5) (2021-09-21)
1236
1255
 
1237
1256
  ### Bug Fixes
1238
1257
 
1239
1258
  - Fix path to appmap's cli
1240
- ([1f38306](https://github.com/applandinc/scanner/commit/1f383064541684f858d32d80557222a0c7a92c59))
1259
+ ([1f38306](https://github.com/getappmap/scanner/commit/1f383064541684f858d32d80557222a0c7a92c59))
1241
1260
 
1242
- ## [1.5.4](https://github.com/applandinc/scanner/compare/v1.5.3...v1.5.4) (2021-09-21)
1261
+ ## [1.5.4](https://github.com/getappmap/scanner/compare/v1.5.3...v1.5.4) (2021-09-21)
1243
1262
 
1244
1263
  ### Bug Fixes
1245
1264
 
1246
1265
  - Revert bin path
1247
- ([4d72f53](https://github.com/applandinc/scanner/commit/4d72f53d325896332a30f56ad2d324e6298b28ec))
1266
+ ([4d72f53](https://github.com/getappmap/scanner/commit/4d72f53d325896332a30f56ad2d324e6298b28ec))
1248
1267
 
1249
- ## [1.5.3](https://github.com/applandinc/scanner/compare/v1.5.2...v1.5.3) (2021-09-21)
1268
+ ## [1.5.3](https://github.com/getappmap/scanner/compare/v1.5.2...v1.5.3) (2021-09-21)
1250
1269
 
1251
1270
  ### Bug Fixes
1252
1271
 
1253
1272
  - Fix hashbang
1254
- ([325e4d6](https://github.com/applandinc/scanner/commit/325e4d6420c89de537bc11cedae3ef8a33d9ce45))
1273
+ ([325e4d6](https://github.com/getappmap/scanner/commit/325e4d6420c89de537bc11cedae3ef8a33d9ce45))
1255
1274
 
1256
- ## [1.5.2](https://github.com/applandinc/scanner/compare/v1.5.1...v1.5.2) (2021-09-21)
1275
+ ## [1.5.2](https://github.com/getappmap/scanner/compare/v1.5.1...v1.5.2) (2021-09-21)
1257
1276
 
1258
1277
  ### Bug Fixes
1259
1278
 
1260
1279
  - Add executable with hashbang
1261
- ([ab42f06](https://github.com/applandinc/scanner/commit/ab42f06605b2b0c740abbbf75cff714a4785eaa4))
1280
+ ([ab42f06](https://github.com/getappmap/scanner/commit/ab42f06605b2b0c740abbbf75cff714a4785eaa4))
1262
1281
 
1263
- ## [1.5.1](https://github.com/applandinc/scanner/compare/v1.5.0...v1.5.1) (2021-09-21)
1282
+ ## [1.5.1](https://github.com/getappmap/scanner/compare/v1.5.0...v1.5.1) (2021-09-21)
1264
1283
 
1265
1284
  ### Bug Fixes
1266
1285
 
1267
1286
  - Fix bin path
1268
- ([13bdc01](https://github.com/applandinc/scanner/commit/13bdc017e187a78e215da79f69e406972d78e44e))
1287
+ ([13bdc01](https://github.com/getappmap/scanner/commit/13bdc017e187a78e215da79f69e406972d78e44e))
1269
1288
 
1270
- # [1.5.0](https://github.com/applandinc/scanner/compare/v1.4.0...v1.5.0) (2021-09-20)
1289
+ # [1.5.0](https://github.com/getappmap/scanner/compare/v1.4.0...v1.5.0) (2021-09-20)
1271
1290
 
1272
1291
  ### Features
1273
1292
 
1274
1293
  - Add summary by scanners
1275
- ([a3e9465](https://github.com/applandinc/scanner/commit/a3e9465d095e41d82da855d1df35389beb4cea5e))
1294
+ ([a3e9465](https://github.com/getappmap/scanner/commit/a3e9465d095e41d82da855d1df35389beb4cea5e))
1276
1295
 
1277
- # [1.4.0](https://github.com/applandinc/scanner/compare/v1.3.0...v1.4.0) (2021-09-08)
1296
+ # [1.4.0](https://github.com/getappmap/scanner/compare/v1.3.0...v1.4.0) (2021-09-08)
1278
1297
 
1279
1298
  ### Features
1280
1299
 
1281
1300
  - Rename 'failures' to 'matches'
1282
- ([a1675a6](https://github.com/applandinc/scanner/commit/a1675a65ebf9b6a198113255624247a707aa3d7b))
1301
+ ([a1675a6](https://github.com/getappmap/scanner/commit/a1675a65ebf9b6a198113255624247a707aa3d7b))
1283
1302
  - Write scanner results into AppMap index
1284
- ([ed029bf](https://github.com/applandinc/scanner/commit/ed029bfb40826e4542f55c8a42daa1dbf2b11f56))
1303
+ ([ed029bf](https://github.com/getappmap/scanner/commit/ed029bfb40826e4542f55c8a42daa1dbf2b11f56))
1285
1304
 
1286
- # [1.3.0](https://github.com/applandinc/scanner/compare/v1.2.0...v1.3.0) (2021-09-08)
1305
+ # [1.3.0](https://github.com/getappmap/scanner/compare/v1.2.0...v1.3.0) (2021-09-08)
1287
1306
 
1288
1307
  ### Bug Fixes
1289
1308
 
1290
1309
  - Clarify the role of assertion config id
1291
- ([d72493a](https://github.com/applandinc/scanner/commit/d72493accc711be1edf48a245df8ed71db3b25fb))
1310
+ ([d72493a](https://github.com/getappmap/scanner/commit/d72493accc711be1edf48a245df8ed71db3b25fb))
1292
1311
 
1293
1312
  ### Features
1294
1313
 
1295
1314
  - Enable configuration of builtin scanners via YAML
1296
- ([3f3cd16](https://github.com/applandinc/scanner/commit/3f3cd16d25d6dd4b2849eb4f26ab83ba6a00d2cd))
1315
+ ([3f3cd16](https://github.com/getappmap/scanner/commit/3f3cd16d25d6dd4b2849eb4f26ab83ba6a00d2cd))
1297
1316
  - Rename some scanners to better indicate the problem
1298
- ([6338ab2](https://github.com/applandinc/scanner/commit/6338ab2ada1ae767b97dac4a031fa18b2c5fdb2d))
1317
+ ([6338ab2](https://github.com/getappmap/scanner/commit/6338ab2ada1ae767b97dac4a031fa18b2c5fdb2d))
1299
1318
  - typedef EventFilter
1300
- ([3876792](https://github.com/applandinc/scanner/commit/3876792d09ea683c01efafcec34a367f74912fd9))
1319
+ ([3876792](https://github.com/getappmap/scanner/commit/3876792d09ea683c01efafcec34a367f74912fd9))
1301
1320
 
1302
- # [1.2.0](https://github.com/applandinc/scanner/compare/v1.1.0...v1.2.0) (2021-09-08)
1321
+ # [1.2.0](https://github.com/getappmap/scanner/compare/v1.1.0...v1.2.0) (2021-09-08)
1303
1322
 
1304
1323
  ### Bug Fixes
1305
1324
 
1306
1325
  - Detect query from view as mvc.template label
1307
- ([24e164f](https://github.com/applandinc/scanner/commit/24e164f776299bd0b4c90f5d12f14ea7019ba3e0))
1326
+ ([24e164f](https://github.com/getappmap/scanner/commit/24e164f776299bd0b4c90f5d12f14ea7019ba3e0))
1308
1327
  - Don't report repated matches of N+1 query
1309
- ([9105ac8](https://github.com/applandinc/scanner/commit/9105ac86a740637f02fcc5274af1cb7713408d44))
1328
+ ([9105ac8](https://github.com/getappmap/scanner/commit/9105ac86a740637f02fcc5274af1cb7713408d44))
1310
1329
  - Remove import of string from yargs
1311
- ([4124d95](https://github.com/applandinc/scanner/commit/4124d95f675074fceb45988fe2bba0c67e9ba0e3))
1330
+ ([4124d95](https://github.com/getappmap/scanner/commit/4124d95f675074fceb45988fe2bba0c67e9ba0e3))
1312
1331
 
1313
1332
  ### Features
1314
1333
 
1315
1334
  - Add new scanners
1316
- ([99430f2](https://github.com/applandinc/scanner/commit/99430f245db57cf5aa876dbfc8fb0d0c0e491326))
1335
+ ([99430f2](https://github.com/getappmap/scanner/commit/99430f245db57cf5aa876dbfc8fb0d0c0e491326))
1317
1336
  - Copy query normalization code from @appland/models
1318
- ([5d49afb](https://github.com/applandinc/scanner/commit/5d49afbe60a8b0f02e7f996eb72ca6fac8d1c2e1))
1337
+ ([5d49afb](https://github.com/getappmap/scanner/commit/5d49afbe60a8b0f02e7f996eb72ca6fac8d1c2e1))
1319
1338
  - Ensure that certain events are leaf nodes
1320
- ([4e9d15b](https://github.com/applandinc/scanner/commit/4e9d15b2f79ca097d6d8f42bc61e5d927632b664))
1339
+ ([4e9d15b](https://github.com/getappmap/scanner/commit/4e9d15b2f79ca097d6d8f42bc61e5d927632b664))
1321
1340
  - Ensure that validate is called before save
1322
- ([eb20b44](https://github.com/applandinc/scanner/commit/eb20b443dcb9c0cf154261c32f680a9e22e31454))
1341
+ ([eb20b44](https://github.com/getappmap/scanner/commit/eb20b443dcb9c0cf154261c32f680a9e22e31454))
1323
1342
  - N+1 query scanner
1324
- ([b767024](https://github.com/applandinc/scanner/commit/b767024eda016519066daa24f0d609873c4aefe2))
1343
+ ([b767024](https://github.com/getappmap/scanner/commit/b767024eda016519066daa24f0d609873c4aefe2))
1325
1344
 
1326
- # [1.1.0](https://github.com/applandinc/scanner/compare/v1.0.1...v1.1.0) (2021-09-07)
1345
+ # [1.1.0](https://github.com/getappmap/scanner/compare/v1.0.1...v1.1.0) (2021-09-07)
1327
1346
 
1328
1347
  ### Features
1329
1348
 
1330
1349
  - Read configuration from yaml
1331
- ([bc166f4](https://github.com/applandinc/scanner/commit/bc166f4dbed7dc4a7cbf7fd58c7d172c6bcac53f))
1350
+ ([bc166f4](https://github.com/getappmap/scanner/commit/bc166f4dbed7dc4a7cbf7fd58c7d172c6bcac53f))
1332
1351
 
1333
- ## [1.0.1](https://github.com/applandinc/scanner/compare/v1.0.0...v1.0.1) (2021-09-07)
1352
+ ## [1.0.1](https://github.com/getappmap/scanner/compare/v1.0.0...v1.0.1) (2021-09-07)
1334
1353
 
1335
1354
  ### Bug Fixes
1336
1355
 
1337
1356
  - Rename package to `scanners`
1338
- ([1bd10cd](https://github.com/applandinc/scanner/commit/1bd10cd3bdf1310930a23ebdfec453aa9e700829))
1357
+ ([1bd10cd](https://github.com/getappmap/scanner/commit/1bd10cd3bdf1310930a23ebdfec453aa9e700829))
1339
1358
 
1340
1359
  # 1.0.0 (2021-09-07)
1341
1360
 
1342
1361
  ### Features
1343
1362
 
1344
1363
  - Initial release
1345
- ([cbea9f3](https://github.com/applandinc/scanner/commit/cbea9f38f5d7f612716a21a3fd7db342f889e88a))
1364
+ ([cbea9f3](https://github.com/getappmap/scanner/commit/cbea9f38f5d7f612716a21a3fd7db342f889e88a))