rubion 0.3.20 → 0.3.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -0
  3. data/lib/rubion/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fb0ebd81ad4651b568178e9c0ecade87ca0de823ea8730cedb0bf32a1c41c18
4
- data.tar.gz: 3807db5d586bc7ec2637d83d10ca605b146a2dc60409ec4a91906a718c11ccc8
3
+ metadata.gz: 6a1749bac065245df6d22c47b114e27ec661e16be0d814a58b189b8c03962ba3
4
+ data.tar.gz: 9d66043ccda8cc36d608798144a009f0dc2cc5672bf7f34d7fe87c5d584e996f
5
5
  SHA512:
6
- metadata.gz: f7b31e95c34e450c7aee9cced6914576377a1340fb9d226f61b98aedc48d7e6f0e70928a126a20c57c28ea2513df154d9b4c64ea3d17d25b81f2401cabc1ba23
7
- data.tar.gz: 53ed7d0d3158c1899215c7bdbb1563bb4df79de68af08fba256a4943ae46edc44f96c7fcb53bedc7dfd5b8d498222222d6a0b62fe85266a2d1bdc19a78b5fd44
6
+ metadata.gz: ac3763e3bdad56356013230a39654581e7a94613343019a68a9e38a038a849c4f48d434f42f1d35e13c81d7f2c5157d38a0cb6449fd3cdbf9ba6823499eaea74
7
+ data.tar.gz: '083e44af51b763b583c40d02645d2ef70e6657f1a51aa078566c49b0f6e0de734b465d5d5cf228f8beddb29da75183288635f77054ffdefc616b708fc0de172d'
data/README.md CHANGED
@@ -12,6 +12,7 @@
12
12
  - 📦 **Package Versions**: Identifies outdated NPM/JavaScript packages with release dates and version counts
13
13
  - 🎯 **Direct Dependencies**: Highlights direct dependencies (from `Gemfile`/`package.json`) in bold text
14
14
  - 🔍 **Filtering**: Option to show only direct dependencies with `--exclude-dependencies` flag
15
+ - 🛡️ **Vulnerabilities Only Mode**: Option to show only vulnerability tables (and skip version/outdated checks) with `--vulnerabilities-only`
15
16
  - 📊 **Sorting**: Sort results by any column (Name, Current, Date, Latest, Behind By(Time), Behind By(Versions))
16
17
  - 📊 **Beautiful Reports**: Organized table output with severity icons (🔴 Critical, 🟠 High, 🟡 Medium, 🟢 Low, ⚪ Unknown)
17
18
  - 🚀 **Fast & Efficient**: Parallel API processing (10 concurrent threads) for quick results
@@ -112,6 +113,17 @@ rubion scan --exclude-dependencies
112
113
 
113
114
  Direct dependencies are automatically highlighted in **bold text** in the output.
114
115
 
116
+ ### Vulnerabilities-Only Mode
117
+
118
+ ```bash
119
+ # Show only vulnerability tables (no version/outdated sections)
120
+ rubion scan --vulnerabilities-only
121
+
122
+ # Combine with other filters
123
+ rubion scan --gems-only --vulnerabilities-only
124
+ rubion scan --packages-only --vulnerabilities-only
125
+ ```
126
+
115
127
  ### View Help
116
128
 
117
129
  ```bash
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubion
4
- VERSION = "0.3.20"
4
+ VERSION = "0.3.21"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.20
4
+ version: 0.3.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - bipashant