clojure-by-example icon indicating copy to clipboard operation
clojure-by-example copied to clipboard

Clojure by Example

Results 19 clojure-by-example issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.8.1 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Original: user=> (get {:Apple "Mac" :Microsoft "Windows"} :Linux "Sorry, no Linux") nil It should be: user=> (get {:Apple "Mac" :Microsoft "Windows"} :Linux "Sorry, no Linux") "Sorry, no Linux"

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.4.0 to 3.5.1. Release notes Sourced from redcarpet's releases. Redcarpet v3.5.1 Fix a security vulnerability using :quote in combination with the :escape_html option. Reported by Johan Smits....

dependencies

It should return "Sorry, no Linux", not `nil`.

I guess it's just a typo 🤷‍♂️

Bumps [rack](https://github.com/rack/rack) from 2.0.1 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

There is none `positive-number-seq` in current workspace, so I changed it to `positive-number`. Signed-off-by: mapleFU