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