ruby2.5-rubygem-loofah-testsuite-2.2.2-4.3.1 4>$  Ap[p9|@Rfσ賳RY;{rZ|w,AI+3bץ<*եK\l∈<8pEN>dSKd0N\ЋrÐO4_L͂DGiu#hF\HܘId΍kr>խQ"j'ˏwU϶ljrh'2L# g!'g,?=0(ꦰui+0T>p;#h?#Xd#) / Ex| #,t    V h d0(89 : VFgG|HI X Y(\@]^b c!sd!e!f!l!u"v"Xz"## ##TCruby2.5-rubygem-loofah-testsuite2.2.24.3.1Test suite for loofahTest::Unit or RSpec files, useful for developers.[sheep20#SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/Rubyhttps://github.com/flavorjones/loofahlinuxx86_64:r Bp$1 6"f,AA큤AA큤A큤[[[[[[[[[[[[[[[[[[1e433bf7c1c6fe2a2d37d132dbb45521609c52d9363a51a454c05a5d62ac973be95df230b69c2a7533d8fe72d3000a9a2dcf0dd9b4d554f75c352b6d1f90e47ec8683effc664f942e89b152ba97967cd1902b5f844ca00fbecc6563a12918c94dc8b2e90af3629456b73a7fa705ce28e5682163598fd5fc4eeb5cfbbd83f39b36953cd57909763d1c842ccaa7af3f669e7df117a6253e6991d785367f958693ead726a4dd336a661412e8ea4f4c41e48bf32ecc19faba2d07b168d01aab3b0219b35758138904120a8db5ab1a559cc75d2dc385e4cd8df7c86a80b8e84059cc195131f3f10d5c1ee5d80a2ab8b99b032c48cd9960748c5fcfa07b1a7cae49ea7128f4b89505a29584e3f2a335dfd71a3abef1dafcad567f5f29f9ea9b1358c20632522b176f38519e9e67c80dee2d9471de1bccb65566d93575ff8ad54f3a643b5c553b6936e357c7722590941a497a9669570886b5573ec821fc0c131c56051f726719981735857edfa9d07ba0d205ce48f91282f151443144b10f0bf936048405e1288032f22a995d5aefe208bc42936222395619181b520b61d286dcd4e3erootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-loofah-2.2.2-4.3.1.src.rpmruby2.5-rubygem-loofah-testsuiteruby2.5-rubygem-loofah-testsuite(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rubygem(ruby:2.5.0:loofah)3.0.4-14.6.0-14.0-15.2-12.2.24.14.1[@Z@ZZv@ZYU@UJ@TcKT;SxPw@NV9@NTN(L%@L%@KEmschnitzer@suse.comdkang@suse.comdkang@suse.commrueckert@suse.debgeuken@suse.commschnitzer@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comfcastelli@novell.comfcastelli@novell.comfcastelli@novell.commrueckert@suse.demrueckert@suse.deprusnak@suse.cz- Security Vulnerability Fix: Unsanitized JavaScript may occur in sanitized output when a crafted SVG element is republished. * Added CVE-2018-16468.patch to address this security issue (bsc#1113969, CVE-2018-16468) - Added series file for a better patch handling with quilt- update to version 2.2.2 * Make public Loofah::HTML5::Scrub.force_correct_attribute_escaping!, which was previously a private method. This is so that downstream gems (like rails-html-sanitizer) can use this logic directly for their own attribute scrubbers should they need to address CVE-2018-8048. fix bsc#1086598- Update to version 2.2.1 Fix XSS Vulnerability [CVE-2018-8048] fix bsc#1085967- also set a description again- Update to version 2.2.0 Features: * Support HTML5
tag. #133 (Thanks, @MothOnMars!) * Recognize HTML5 block elements. #136 (Thanks, @MothOnMars!) * Support SVG tag. #131 (Thanks, @baopham!) * Support for whitelisting CSS functions, initially just calc and rgb. #122/#123/#129 (Thanks, @NikoRoberts!) * Whitelist CSS property list-style-type. #68/#137/#142 (Thanks, @andela-ysanni and @NikoRoberts!) Bugfixes: * Properly handle nested script tags. #127.- updated to version 2.1.1 2.1.1 / 2017-09-24 Bugfixes: * Removed warning for unused variable. #124 (Thanks, @y-yagi!)- updated to version 2.0.3 see installed CHANGELOG.rdoc == 2.0.3 / 2015-08-17 Bug fixes: * Revert support for negative values in CSS properties due to slow performance. #90 (Related to #85.)- updated to version 2.0.2 see installed CHANGELOG.rdoc == 2.0.2 / 2015-05-05 Bug fixes: * Fix error with `#to_text` when Loofah::Helpers hadn't been required. #75 * Allow multi-word data attributes. #84 (Thanks, @jstorimer!) * Allow negative values in CSS properties. #85 (Thanks, @siddhartham!)- updated to version 2.0.1 Bug fixes: * Load RR correctly when running test files directly. (Thanks, @ktdreyer!) Notes: * Extracted HTML5::Scrub#scrub_css_attribute to accommodate the Rails integration work. (Thanks, @kaspth!)- adapt to new rubygem packaging- updated to version 2.0.0 Compatibility notes: * ActionView helpers now must be required explicitly: `require "loofah/helpers"` * Support for Ruby 1.8.7 and prior has been dropped Enhancements: * HTML5 whitelist allows the following ... * tags: `article`, `aside`, `bdi`, `bdo`, `canvas`, `command`, `datalist`, `details`, `figcaption`, `figure`, `footer`, `header`, `mark`, `meter`, `nav`, `output`, `section`, `summary`, `time` * attributes: `data-*` (Thanks, Rafael Franca!) * URI attributes: `poster` and `preload` * Addition of the `:unprintable` scrubber to remove unprintable characters from text nodes. #65 (Thanks, Matt Swanson!) * `Loofah.fragment` accepts an optional encoding argument, compatible with `Nokogiri::HTML::DocumentFragment.parse`. #62 (Thanks, Ben Atkins!) * HTML5 sanitizers now remove attributes without values. (Thanks, Kasper Timm Hansen!) Bug fixes: * HTML5 sanitizers' CSS keyword check now actually works (broken in v2.0). Additional regression tests added. (Thanks, Kasper Timm Hansen!) * HTML5 sanitizers now allow negative arguments to CSS. #64 (Thanks, Jon Calhoun!)- update to 1.2.1 * Declaring encoding in html5/scrub.rb. Without this, use of the ruby -KU option would cause havoc. (#32)- add 'Provides rubygem-loofah-1_2'- upgrade to 1.2.0- Upgrade to version 1.0.0 - Add provides loofah_1_0 required to build latest version of rubygem-feedzirra.- additional changes from version 0.4.7 * New methods Loofah::HTML::Document#to_text and Loofah::HTML::DocumentFragment#to_text do the right thing with whitespace. Note that these methods are significantly slower than #text. GH #12 * Loofah::Elements::BLOCK_LEVEL contains a canonical list of HTML4 block-level4 elements. * Loofah::HTML::Document#text and Loofah::HTML::DocumentFragment#text will return unescaped HTML entities by passing :encode_special_chars => false. - additional changes from version 0.4.4, 0.4.5, 0.4.6 * Loofah::HTML::Document#text and Loofah::HTML::DocumentFragment#text now escape HTML entities. * Loofah::XssFoliate was not properly escaping HTML entities when implicitly scrubbing a string attribute. GH #17 - additional changes from version 0.4.3 * All built-in scrubbers are accepted by ActiveRecord::Base.xss_foliate * Loofah::XssFoliate.xss_foliate_all_models replaces use of the constant LOOFAH_XSS_FOLIATE_ALL_MODELS * Modified documentation for bootstrapping XssFoliate in a Rails app, since the use of Bundler breaks the previously-documented method. To be safe, always use an initializer file. - additional changes from version 0.4.2 * Implemented Node#scrub! for scrubbing subtrees. * Implemented NodeSet#scrub! for scrubbing a set of subtrees. * Document.text now only serializes contents (ignores ) * , and added to the HTML5lib whitelist. * Supporting Rails apps that aren't loading ActiveRecord. GH #10- use rubygems_requires macro- created packagesheep20 1541675227 2.2.2-4.3.12.2.2-4.3.1testassetstestdata_sanitizer_tests1.dathelper.rbhtml5test_sanitizer.rbintegrationtest_ad_hoc.rbtest_helpers.rbtest_html.rbtest_scrubbers.rbtest_xml.rbunittest_api.rbtest_encoding.rbtest_helpers.rbtest_scrubber.rbtest_scrubbers.rb/usr/lib64/ruby/gems/2.5.0/gems/loofah-2.2.2//usr/lib64/ruby/gems/2.5.0/gems/loofah-2.2.2/test//usr/lib64/ruby/gems/2.5.0/gems/loofah-2.2.2/test/assets//usr/lib64/ruby/gems/2.5.0/gems/loofah-2.2.2/test/html5//usr/lib64/ruby/gems/2.5.0/gems/loofah-2.2.2/test/integration//usr/lib64/ruby/gems/2.5.0/gems/loofah-2.2.2/test/unit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:9347/SUSE_SLE-15_Update/cb7a51ca2ab3aef4791e7aa8a0e9be8a-rubygem-loofah.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxdirectoryHTML document, ASCII text, with very long linesRuby script, ASCII textRuby script, ASCII text, with very long linesRuby script, UTF-8 Unicode textP/$s3bgq z\,RBX)J/_3HP}/߰=(`/&4%vc{V͝KɍX'POSҳ%Jн !v\QC)v> ӼI @u=LwHktd:^AXV`e8ڵʬA_ Uw}MdB#Gz6LRvmE¦ g7] )- V2dxM% 9}4soze&F)kAXzh6Y}VW =1DB%?p?sœ;+PA ΍ڸY++Э rU`V哔& qJv ]j{ 9X# 0wu-ƽA|^W7Qf+]0>ʘ7KJ^=M0e3lQU!i.u*:NT>1_7D#VwU 3?"18T#;w?+.ԳY).OQ ܴz8qQȨÃRZOA#]<`id!oY?M#ԀVXD t s@_+d&1|=2{uS͜ mRqZ<2xh>dk5A t+FSѼu$ک mNIDGNWY)ijd)Hlێw#xP ;%B|'3n G=ɼVR}憊udL3? P4Fͩ`х׻,bVH>A]U`8 h^¨W 7-1(+& M5 0sOHX FBڪ,!IV L6\KWoMV<=\5ʌnR/ku;WC4!"sc<UyȌ~,17v@E"k نj@ԁqgٵ>ޜSmgeYO`>h1&#xM #Cɜ3Ȳ5-VS.Z|ǤE`"<=>X%e&c/0}y欵{`QΈMf*PI686-¬OɞA +M75fX]Dlӈf>sW,hE&8Ӛu+H˽8\ؙd0r13 JކE~~RjuXy5Fk \#B/X% &_|')9bhA@!L2LN][[3LFݪOߐnk؝ f~ނV|}TغX^Yv%ǼYay1SHnqd[ YL#~+氺xB XGp}-*~ *}h7]EHXYxWEv} 7 D;@=uW\ȅzJCN78s3,E=fg2κ } xtʡ4; {ɖbtǏő9"FUcckrnM &L6ppPﹼT^{|\Kv^7C5IKghPн#F7 &fO^< ˍ `vNk)[̕v<@cID(a?QF>rֽ6 -8:##3{d g&K#byb1UbO7Nk<%“|2 aŹm~D@E5 -K+U6xjPhRgZ2pGk F`a|q)ENh*]0#ڳ&Ih:C[^!7ԅNɯٝY~#l`auElAC axas L:%:2R?+׵c c^l!WD|2.Rx{FXh8rΧ]8en/=>PCmbYׇ[ε` >WU* Q]kwSjH/(@U#9&7| ѫe]p486Uݣy}SRM:iK>$TkE-#F!侵A\& ֖iNPGN\c Jrg,]mTXIh˲,Q6kO! r5r^>$'b`IrFsУ|@:c4(}b WZX*V5&6fRc>(L)crUGX@ @#}"C&C3 j"X1=:WUΫBUADMl*(<\%td=p]*7ʸHbJvwmbh?V"^zڸ Bq/ԻK)9%Dag)_$ƈ~B;Węj9 tnƴ2[3ڝMWi>-hÇ ~EQ6<:E=\5>yڛ)ǛsRU-a쿇ڶ HѨTCoBMA?LvD 8y9+XoJnA kkMk8?@Kc0&yOGzLe,\ב&z13+7s*S1Xk0FDkĈc:36Q|>psx&<0*=k%4 X%Y _5Q3[J kP]^vueDW$ Zo… d1?GES7됉ORۺ&xlл}BOHNg5۳/=^%Њ|5TZR~w>dBGX{ ?|_.c ]LU]Z kZ5_"򖍱5t!dN|= 3)Fff_XI)&=/-F|ʐ@^1.:X.~m=cm y8rϻUA+'~S*mZՏjUڐxF}d 4 OY[HوA weOuor | ^soiqra';D_H╍bc2v\Ta٘ѿU3ZjϺFЖ3^7e~2j׭Ü nIUHw̆$Otܾ/覙Ӝ.\2Y=` e%rRk5SWoaT $<|#-t9ʫKDEGk{ H'"%Z7 ͍Iv 3 'i~9=Ϩ;o6LNErn㟺lQuKˣ[k'33ġz;9'~+!)c3> .,y";ug{~N^5nC0B/0#dEEq4Vd U!V6BMp;vOjhY.;uOMk2?Z1)Pc1Wz7!:<M);p{hֱF(]-iKHA~zaӋļoGJ:=r}.G9DM^ b/( -s.Oĕ ~'}=E{k~^D1G_^L9-՜67rF7sK7j+ ٸiϜ)$>Xyj v!y"Onɡ/Ij9ֹÑh{.6P2rSztTCU7E ״xܱo;hYɒ4]ۼ4sɆ>@xxhP2 @>EJHVG5+GMRMy#^f9Ѯ~v`p>^a$\.梸ӻ qLp@QIx$;奟#ߟ8ƐY{AحrμSnV؜rDžO4mzܘ,ߡ4aWX=m$\2f0Q h^C8;,&p?0$E+Ve0а_.}i2٠$5G[V [>)3_zMs"*aR[|S߁= J?m&S4J$ٯ`}C79cpԣާ' )!{rtޅ^Z\ d>q:pRTA%H1Ǜ`<fG+ngO 3۞ JJnH \􎞵`(l#i-%j UM+[?FKw4\e-2ګw_<`}|[=12RYdޱ Z)tRhVf߿.؈R\Q&,ʉFmaER]9Wҩ9k=šb]S+*Q"!(gb;K&Ԃ9+CvW e2rmX HiN<:;4]qa պj-x=3W IDoOz Br% |[T!IoZ/7׸.AS1ij2jhhf)P4i,l وr6Xt m9C^TPk˂E0y$B5/v )%Vg5klI3B^⨘7<笿y^WMWD)uq#j.D}H6jHbe4%EIOjf/>6c6كK(.r~y۪TB1)h CыR-3=M,6`; 6Dz^k|tusDZo5)oUGɖyP@x =ӡ9vq}YeYG@gpSGݝS7x@} G+]KC@Up *Q=v1(|ʎUQX90!(I(wI1ˮa<%/ZW2'r,$AWP1UORoi\qEVrW+Nx,\*1~$eJt-z{٣d^4Sg* @:~P&x4ǻˮt]ɚj01oc-x!: hPUZyH[*n=m?ˋ 7Rצ N JهD$r)^e 7rd:2VykoҽPa˦wU9e|.]9]d•(2 7(Voi'jHYlh~BxA= i`NjqQLJ;b#VNq@c R_RBa"CǢ16#:|/21;1^o.Co}cP?àLXKBQO Dzd(<`Яݕ†W K* X< ʦS?M$GΜaTG4rBt5W=7qԐr"B<3aNp9Z_q)L;˥zn#E=H Hb|# .h6,Ԏ̈=apƺ]eK7%;#iq'gcj3UiW˦6Q K#4(ъR΄P i Bez:6OpMg9UϭpB@ir#]dwĽ>RyG"<i_J3eI[<]SƵj~1t95Uz-D X@iALX)&eSoB3'dnSgY?eTK4Jdt_{$Y[2HQѧB 9L G=-n:Q xu~e:835Tꚷ)yS/֏Fd"j{`ј̾>|(7Vܦv?P~2|Z+NiZAѢș0[I-si2"-]#Fp%*4- +Õ"Ku9WivmF=A > ;z 'd #[h".cD`aΓpX}oEJ 1܎PR ;-[aO,]eZ >$0d?ozC,az,\`r[,b@(hH8`kb8*W(P -L~р- G&7\N*3SP!DHo%IC SXUrWv&rM\11H@K@Gv`Ѻnb"lפ($1sؙ²ۦ¹fb:KiX67βBlYνw]‘R5 ^N.;'JIê3(\|!Y$nH]OE9GT@T u~P)HPڠj\џ"eMkr `]Cձx{4xn׍} bK m] Ae#: <:84B)ftKvQީp*!E8]I( >}^BHunv~܋b)z-sv]50:hAn򄲺H^"p\m=e밢IW-52X珐m=8>ShpJY\h8f.8~L$Z72I+ySXF}`E[tW;gnF+L7%u-܃M #|Gx+bpiB+*FVie>\䰶x%pdڈzA?gr)XIBVC;x-@djPR:w(|_tMuT e[2eKv36 ܴ!Cދ.u龜+&Jk'CE\cS_*Ox!D':,*%?VK$HaD#Kwg"w:y'C8>3RcrC30lƛeY:9Q]++bD]kAp&peNtPKfⶋalf?zȈ*Ns)Ɩ!/>71ȓ&%t-/ e~Դ|TKQtm w@< ´ g#;aېΞ7!-` 䄊R"|SP+éf7M4շ9ԭYvmQi^0d!SBzDtBYWg)FR1~b.)}[ZFo}1S(?^ p'V%s k,MJV3,ޟO ;Ky鶕(V'y!PiH:^^nkЖN\TdaJ^"݆襄ܭsZ6N,in~RP edԂGzFEPOb2QPoJ/U}l-*ӥkj0h/-O+WpVzMHAHNe|A]IUBD89C23I*p4 X;6'?߰Ry՗eïnaTZ7eK]c,$˼/ Jzg}$a%\'PeLxI-ѾW#4o[?4/Q% q^ajUMJ:Д E44fi뤲ÿ<ڱ2Dc;Y"aV gY} }w ϥ|qk_X*Y&@cSN}ȼY1@9B?t!wpN"蒣(,C+ǨDH2l3Yk<­-јd"\I0^\u43S>e8cSwM'Fs-.`mV(}5\v={WȎc/+[oJ9ԙ1^o \9J)W`Z'tS$ʣ8e% *ZpMyRKH@0g]T!oz}M̽=kc%[R#Ԥ)ZڍGɡu@TZ_ Ф|?@, LC{Tb' Qp$B4"w lr "@fPǕs!`VϮW;L>sS2 kM 6qk #ۚvoOz~={E]9khE AmO3 jut= #\K֊.dݾt A-PZ6y~@&ɣeY*ߴR%' _5BOD7J~1w/wY4(.~Je/˭b(`^ j9tZ :Ȓ8k)G'<V XX ;,BAao/e_1,CScatAעU{j8aUn@=Vjֽ\F@ (TS6?yH6,d}> *aHlVPn-_ܣ!J  t˛_g.V4Ƨt, kANc%eiEJre`cD>szsؙ;IroӔjn mZ :i!NގќFۮ)ڤEGRn'!(hQ7*D