We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd89a9 commit e7bc307Copy full SHA for e7bc307
3 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## [0.7.2] - 2025-04-22
2
+
3
+### Fixed
4
5
+* A Nokogiri's [security vulnerability](https://github.com/codeout/junoser/security/dependabot/19)
6
+* The argument of commands below should be a regular expression
7
+ * "system login class foo allow-commands-regexps"
8
+ * "system login class foo deny-commands-regexps"
9
+ * "system login class foo allow-configuration-regexps"
10
+ * "system login class foo deny-configuration-regexps"
11
12
13
## [0.7.1] - 2025-02-03
14
15
### Added
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- junoser (0.7.1)
+ junoser (0.7.2)
parslet
GEM
lib/junoser/version.rb
@@ -1,3 +1,3 @@
module Junoser
- VERSION = "0.7.1"
+ VERSION = "0.7.2"
end
0 commit comments