Commit fdcf925
committed
Modernize project for Ruby 3.4 and harden security
- Patched shell injection vulnerabilities in Tar, Unzip, and Bash facades
- Use `Dir.glob` instead of slower `Find.find`
- Added `frozen_string_literal` headers and fixed Ruby 3.4 deprecations
- Improved RPM spec templates with nil-safety and modern packaging standards
- Cleaned up entire test suite and fixed some RuboCop offenses
- Enabled all RuboCop cops and recreated the TODO filename
- Extended the test cases (e.g. for unzip dependency in spec file)
- Fixed #10
Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>1 parent 930a32f commit fdcf925
67 files changed
Lines changed: 1078 additions & 697 deletions
File tree
- bin
- lib
- template
- tetra
- facades
- packages
- ui
- spec
- lib
- coarse
- fine
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
| |||
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
34 | 44 | | |
35 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments