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