Matt Basta

Results 29 issues of Matt Basta

Looking at the source and our deployed instance of adminjs, it doesn't look like it has CSRF protection. Someone with knowledge of an installation of adminjs could trigger destructive actions...

### Orb version 9.0.1 ### What happened When using aws-cli 4.1.1, I'm able to build my image with this step: ``` - aws-ecr/build_and_push_image: account_id: 'xxxxxxx' auth: - aws-cli/setup: role_arn: 'arn:aws:iam::xxxxxxx:role/xxxxxxx-circleci'...

bug

```css x{a:b;c:d long}y{c:d long} ``` With O1 on, this produces: ```css x, y { a: b; c: d long; } ``` It should produce ```css x { a: b; }...

bug

http://cssnano.co/optimisations/mergeLonghand/ --- - [x] `margin`, `padding` - [x] `border-color`, `border-width`, `border-style` - [x] `border-radius` - [x] `border` - [ ] `font` - [ ] `background`

Certain optimizations are possible if we know that the CSS file provided is the only one loaded on the page. - [ ] Remove `@keyframes` that are not referenced (O1...

enhancement
CSS3

http://cssnano.co/optimisations/reduceTransforms/

http://cssnano.co/optimisations/reduceTimingFunctions/

http://cssnano.co/optimisations/reducePositions/

https://github.com/ben-eb/postcss-reduce-initial

http://cssnano.co/optimisations/reduceBackgroundRepeat/