bqm 1.5.1 → 1.6.0

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/LICENSE +3 -2
  3. data/data/query-sets.json +0 -1
  4. metadata +12 -14
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 851357946e6ed09933678c74958585dcb137314743d02de03b9f5a56cec6750d
4
- data.tar.gz: 05a321f96dcfd330d81869eed88f7ad3b42103bb32b31858a47860b617c376da
3
+ metadata.gz: 59d04301feb4e378c59b9fdfe3814e1a8f552dc2129da2393ffa184710b17aea
4
+ data.tar.gz: 12d39c63122d87332c3fa57812a4ca2456db7dffe64321842201ef2dff9e23f2
5
5
  SHA512:
6
- metadata.gz: 025c0a65e18b7a7d520f2ad9137dc76200653619b258f8558eee15ebfabc38222da3681d2aff5add7c5ed6e3454ed78c0f18ac6631e69fc2dda30b4a1ca9bbbc
7
- data.tar.gz: 5e999b124e978527d8c99bbf551803346ff827965d2d3c4d442c235ab879e08cd517821bcc8c486099c5331abf36543df13d6ebd06b27755bb6563a7412efb63
6
+ metadata.gz: 691d67b3882d17ae53cbec93f65fa89650389fc94a6073777f94dbdc395307ccd8ee0e6069c637c79bb719b63f1111c8950f652f3c93d064fc5813b7b0034bda
7
+ data.tar.gz: 8f10579bfb121e924c296e6eca94731ce38b5b200033c5b84d183e93a6b1340640be18192966d255680f9fd5dd9560671a009afe05e47313d77e0cad81d5a2aa
data/LICENSE CHANGED
@@ -1,6 +1,7 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Alexandre ZANNI at ACCEIS
3
+ Copyright (c) 2026 Alexandre ZANNI (independent)
4
+ Copyright (c) 2022-2024 Alexandre ZANNI at ACCEIS
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
  of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
19
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
20
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
21
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
22
+ SOFTWARE.
data/data/query-sets.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "sets": [
3
- "https://raw.githubusercontent.com/ly4k/Certipy/main/customqueries.json",
4
3
  "https://raw.githubusercontent.com/CompassSecurity/BloodHoundQueries/master/BloodHound_Custom_Queries/customqueries.json",
5
4
  "https://raw.githubusercontent.com/hausec/Bloodhound-Custom-Queries/master/customqueries.json",
6
5
  "https://raw.githubusercontent.com/awsmhacks/awsmBloodhoundCustomQueries/master/customqueries.json",
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bqm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre ZANNI
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-09-06 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Deduplicate custom BloudHound queries from different datasets and merge
14
13
  them in one customqueries.json file.
@@ -22,17 +21,17 @@ files:
22
21
  - LICENSE
23
22
  - bin/bqm
24
23
  - data/query-sets.json
25
- homepage: https://github.com/Acceis/bqm
24
+ homepage: https://github.com/noraj/bqm
26
25
  licenses:
27
26
  - MIT
28
27
  metadata:
29
- bug_tracker_uri: https://github.com/Acceis/bqm/issues
30
- changelog_uri: https://github.com/Acceis/bqm/releases
31
- documentation_uri: https://acceis.github.io/bqm/
32
- homepage_uri: https://github.com/Acceis/bqm
33
- source_code_uri: https://github.com/Acceis/bqm/
28
+ bug_tracker_uri: https://github.com/noraj/bqm/issues
29
+ changelog_uri: https://github.com/noraj/bqm/releases
30
+ documentation_uri: https://noraj.github.io/bqm/
31
+ homepage_uri: https://github.com/noraj/bqm
32
+ source_code_uri: https://github.com/noraj/bqm/
33
+ funding_uri: https://github.com/sponsors/noraj
34
34
  rubygems_mfa_required: 'true'
35
- post_install_message:
36
35
  rdoc_options: []
37
36
  require_paths:
38
37
  - lib
@@ -40,18 +39,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
40
39
  requirements:
41
40
  - - ">="
42
41
  - !ruby/object:Gem::Version
43
- version: 2.6.0
42
+ version: 3.2.0
44
43
  - - "<"
45
44
  - !ruby/object:Gem::Version
46
- version: '4.0'
45
+ version: '5.0'
47
46
  required_rubygems_version: !ruby/object:Gem::Requirement
48
47
  requirements:
49
48
  - - ">="
50
49
  - !ruby/object:Gem::Version
51
50
  version: '0'
52
51
  requirements: []
53
- rubygems_version: 3.4.1
54
- signing_key:
52
+ rubygems_version: 4.0.3
55
53
  specification_version: 4
56
54
  summary: Download BloudHound query lists, deduplicate entries and merge them in one
57
55
  file.