@appland/scanner 1.70.5 → 1.71.1

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