loofah 2.22.0 → 2.23.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/README.md +50 -6
- data/lib/loofah/html5/safelist.rb +3 -0
- data/lib/loofah/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9817bf69ee1ad2d7e93edad53209db1347c9ec360076520532cdf60ad158a8f6
|
4
|
+
data.tar.gz: 3381ac563f4b70c4ccca49301ba369f22716da405dd7641af535209e6817258b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 482eeac3b61aba7e1b517aaab8a6d010ae44bd5b99b749cdabb5381936b4b9e8f97c62d99a60bdf1fbf64c2dba8c33062b676083f4e82d7e07f33e7666fe148f
|
7
|
+
data.tar.gz: 69234fb9c4d7d55eb63a18008d035df1117bb6ea10f0f15b57bacc5152103fc0830a53a8d98a63e817360332975e257dbeda223ed43e42813724ce30a3b8d7e6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 2.23.1 / 2024-10-25
|
4
|
+
|
5
|
+
### Added
|
6
|
+
|
7
|
+
* Allow CSS properties `min-height` and `max-height`. [#288] @lazyatom
|
8
|
+
|
9
|
+
|
10
|
+
## 2.23.0 / 2024-10-24
|
11
|
+
|
12
|
+
### Added
|
13
|
+
|
14
|
+
* Allow CSS property `min-width`. [#287] @lazyatom
|
15
|
+
|
16
|
+
|
3
17
|
## 2.22.0 / 2023-11-13
|
4
18
|
|
5
19
|
### Added
|
data/README.md
CHANGED
@@ -337,20 +337,64 @@ See [`SECURITY.md`](SECURITY.md) for vulnerability reporting details.
|
|
337
337
|
|
338
338
|
Featuring code contributed by:
|
339
339
|
|
340
|
-
*
|
341
|
-
*
|
342
|
-
*
|
343
|
-
*
|
344
|
-
*
|
340
|
+
* [@flavorjones](https://github.com/flavorjones)
|
341
|
+
* [@brynary](https://github.com/brynary)
|
342
|
+
* [@olleolleolle](https://github.com/olleolleolle)
|
343
|
+
* [@JuanitoFatas](https://github.com/JuanitoFatas)
|
344
|
+
* [@kaspth](https://github.com/kaspth)
|
345
|
+
* [@tenderlove](https://github.com/tenderlove)
|
346
|
+
* [@ktdreyer](https://github.com/ktdreyer)
|
347
|
+
* [@orien](https://github.com/orien)
|
348
|
+
* [@asok](https://github.com/asok)
|
349
|
+
* [@junaruga](https://github.com/junaruga)
|
350
|
+
* [@MothOnMars](https://github.com/MothOnMars)
|
351
|
+
* [@nick-desteffen](https://github.com/nick-desteffen)
|
352
|
+
* [@NikoRoberts](https://github.com/NikoRoberts)
|
353
|
+
* [@trans](https://github.com/trans)
|
354
|
+
* [@andreynering](https://github.com/andreynering)
|
355
|
+
* [@aried3r](https://github.com/aried3r)
|
356
|
+
* [@baopham](https://github.com/baopham)
|
357
|
+
* [@batter](https://github.com/batter)
|
358
|
+
* [@brendon](https://github.com/brendon)
|
359
|
+
* [@cjba7](https://github.com/cjba7)
|
360
|
+
* [@christiankisssner](https://github.com/christiankisssner)
|
361
|
+
* [@dacort](https://github.com/dacort)
|
362
|
+
* [@danfstucky](https://github.com/danfstucky)
|
363
|
+
* [@david-a-wheeler](https://github.com/david-a-wheeler)
|
364
|
+
* [@dharamgollapudi](https://github.com/dharamgollapudi)
|
365
|
+
* [@georgeclaghorn](https://github.com/georgeclaghorn)
|
366
|
+
* [@gogainda](https://github.com/gogainda)
|
367
|
+
* [@jaredbeck](https://github.com/jaredbeck)
|
368
|
+
* [@ThatHurleyGuy](https://github.com/ThatHurleyGuy)
|
369
|
+
* [@jstorimer](https://github.com/jstorimer)
|
370
|
+
* [@jbarnette](https://github.com/jbarnette)
|
371
|
+
* [@queso](https://github.com/queso)
|
372
|
+
* [@technicalpickles](https://github.com/technicalpickles)
|
373
|
+
* [@kyoshidajp](https://github.com/kyoshidajp)
|
374
|
+
* [@kristianfreeman](https://github.com/kristianfreeman)
|
375
|
+
* [@louim](https://github.com/louim)
|
376
|
+
* [@mrpasquini](https://github.com/mrpasquini)
|
377
|
+
* [@olivierlacan](https://github.com/olivierlacan)
|
378
|
+
* [@pauldix](https://github.com/pauldix)
|
379
|
+
* [@sampokuokkanen](https://github.com/sampokuokkanen)
|
380
|
+
* [@stefannibrasil](https://github.com/stefannibrasil)
|
381
|
+
* [@tastycode](https://github.com/tastycode)
|
382
|
+
* [@vipulnsward](https://github.com/vipulnsward)
|
383
|
+
* [@joncalhoun](https://github.com/joncalhoun)
|
384
|
+
* [@ahorek](https://github.com/ahorek)
|
385
|
+
* [@rmacklin](https://github.com/rmacklin)
|
386
|
+
* [@y-yagi](https://github.com/y-yagi)
|
387
|
+
* [@lazyatom](https://github.com/lazyatom)
|
345
388
|
|
346
389
|
And a big shout-out to Corey Innis for the name, and feedback on the API.
|
347
390
|
|
348
391
|
|
349
392
|
## Thank You
|
350
393
|
|
351
|
-
The following people have generously funded Loofah:
|
394
|
+
The following people have generously funded Loofah with financial sponsorship:
|
352
395
|
|
353
396
|
* Bill Harding
|
397
|
+
* [Sentry](https://sentry.io/) @getsentry
|
354
398
|
|
355
399
|
|
356
400
|
## Historical Note
|
data/lib/loofah/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: loofah
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.23.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Dalessio
|
8
8
|
- Bryan Helmkamp
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2024-10-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: crass
|
@@ -82,7 +82,7 @@ metadata:
|
|
82
82
|
bug_tracker_uri: https://github.com/flavorjones/loofah/issues
|
83
83
|
changelog_uri: https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md
|
84
84
|
documentation_uri: https://www.rubydoc.info/gems/loofah/
|
85
|
-
post_install_message:
|
85
|
+
post_install_message:
|
86
86
|
rdoc_options: []
|
87
87
|
require_paths:
|
88
88
|
- lib
|
@@ -97,8 +97,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
- !ruby/object:Gem::Version
|
98
98
|
version: '0'
|
99
99
|
requirements: []
|
100
|
-
rubygems_version: 3.
|
101
|
-
signing_key:
|
100
|
+
rubygems_version: 3.5.22
|
101
|
+
signing_key:
|
102
102
|
specification_version: 4
|
103
103
|
summary: Loofah is a general library for manipulating and transforming HTML/XML documents
|
104
104
|
and fragments, built on top of Nokogiri.
|