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