jekyll-securitytxt 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b973627c263b9ed12363b1d064d6c184e46b3dc94d456ec927b68e60ce318ab
4
- data.tar.gz: c1a1f05e08ef7cedc8d8453307094f2d09e4aa0b121c84546fd1b8e59b75b185
3
+ metadata.gz: 19b2ae8b2d0e614e0a8de71daed37fbf2045a258030bc6ef48da08f19aa73c04
4
+ data.tar.gz: 3c3bf295fcc71999ac6a1e20a192d87354441d76ab8c8e76337a5692d84ad784
5
5
  SHA512:
6
- metadata.gz: 05b68c514eaa9ab3a2b235533e4e78296489e9e7b7e62d3327f9fafd2bd8b7a351ea72df978f0de24b021e7a6f4713d5e416ab7f3ef635d40f3e83b95f55133f
7
- data.tar.gz: 1d01487f23906e15eabc26052bda29f8528e5d8fa79c40fcafe441f2366896f7be2b14cee31b28738faf52df99e56cd0dfcade10086d95a259eac4eb584e9171
6
+ metadata.gz: 3b103c1689f8f96ba5eed716db80c6d46bb5ebee41e2e8b14304e7286a923ffee92543190fac7dd609d5c5919f68059e5b51b1046440633bea460ea9493ec68c
7
+ data.tar.gz: 8853a84942ef6836d4d00e469f3c726c93f29a303696cab17455ce0b5c5ba87385db19b4d37e5db02a3ea978bef3d2d36a806e5711bd006e2b94f5ad29873307
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # jekyll-securitytxt
2
2
 
3
+ Jekyll plugin for [security.txt](https://www.rfc-editor.org/rfc/rfc9116)[^1]
4
+
5
+ [^1]: RFC9116
6
+
3
7
  ## Installation
4
8
  ```ruby
5
9
  group :jekyll_plugins do
@@ -18,5 +22,30 @@ security_txt:
18
22
  preferred_languages: "ko, en"
19
23
  ```
20
24
 
25
+ if you
26
+ ```yaml
27
+ security_txt:
28
+ custom_message: |
29
+ # If you would like to report a security issue you may report it to us via bugbounty platform
30
+ Contact: https://
31
+ ```
32
+
33
+ ## Supported
34
+
35
+ ```yaml
36
+ security_txt:
37
+ comment:
38
+ contact:
39
+ expires:
40
+ encryption:
41
+ preferred_languages:
42
+ acknowledgments:
43
+ policy:
44
+ hiring:
45
+ csaf:
46
+ canonical:
47
+ custom_message:
48
+ ```
49
+
21
50
  > [!TIP]
22
51
  > See here for information on the column. https://securitytxt.org*
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Securitytxt
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
7
7
  end
@@ -28,3 +28,6 @@ CSAF: {{ site.security_txt.csaf }}
28
28
  {% if site.security_txt.canonical -%}
29
29
  Canonical: {{ site.security_txt.canonical }}
30
30
  {% endif -%}
31
+ {% if site.security_txt.custom_message -%}
32
+ {{ site.security_txt.custom_message }}
33
+ {% endif -%}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-securitytxt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - HAHWUL
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-18 00:00:00.000000000 Z
11
+ date: 2024-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll