@networkpro/blog 1.2.7 → 1.2.8

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.
package/CHANGELOG.md CHANGED
@@ -16,6 +16,24 @@ formatting may vary.
16
16
 
17
17
  ---
18
18
 
19
+ ## [1.2.8] - 2025-06-23
20
+
21
+ ### Added
22
+
23
+ - New blog post: `2025-06-23-encryption-eff.md` added to `/src/posts`.
24
+ - Included associated promotional images: `encryption-eff.png` and
25
+ `encryption-eff.webp`
26
+ - Introduced `.github/workflows/COMMIT_GUIDE.md` for reference when creating
27
+ commit messages
28
+
29
+ ### Changed
30
+
31
+ - Bumped version to `v1.2.8`.
32
+ - Upgraded `prettier` from `3.5.3` to `3.6.0`.
33
+ - Upgraded `stylelint` from `^16.20.0` to `^16.21.0`.
34
+
35
+ ---
36
+
19
37
  ## [1.2.7] - 2025-06-16
20
38
 
21
39
  ### Added
@@ -44,5 +62,6 @@ formatting may vary.
44
62
 
45
63
  <!-- Link references -->
46
64
 
47
- [Unreleased]: https://github.com/netwk-pro/blog/compare/v1.2.7...HEAD
65
+ [Unreleased]: https://github.com/netwk-pro/blog/compare/v1.2.8...HEAD
66
+ [1.2.8]: https://github.com/netwk-pro/blog/releases/tag/v1.2.8
48
67
  [1.2.7]: https://github.com/netwk-pro/blog/releases/tag/v1.2.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@networkpro/blog",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "The official blog of Network Pro Strategies (Network Pro™).",
5
5
  "keywords": [
6
6
  "advisory",
@@ -59,8 +59,8 @@
59
59
  "markdownlint": "^0.38.0",
60
60
  "markdownlint-cli2": "^0.18.1",
61
61
  "postcss": "^8.5.6",
62
- "prettier": "3.5.3",
63
- "stylelint": "^16.20.0",
62
+ "prettier": "3.6.0",
63
+ "stylelint": "^16.21.0",
64
64
  "stylelint-config-html": "^1.1.0",
65
65
  "stylelint-config-recommended": "^16.0.0",
66
66
  "stylelint-order": "^7.0.0"
Binary file
Binary file
@@ -0,0 +1,57 @@
1
+ ---
2
+ date:
3
+ created: 2025-06-23
4
+ title: 'Encryption is not a loophole'
5
+ summary:
6
+ Encryption is not a loophole. It's a lifeline. Act now to protect encryption!
7
+ authors:
8
+ - team
9
+ categories:
10
+ - Privacy
11
+ - Security
12
+ - Policy
13
+ tags:
14
+ - privacy
15
+ - security
16
+ - cybersecurity
17
+ - encryption
18
+ - eff
19
+ - policy
20
+ ---
21
+
22
+ # 🔐 Encryption is not a loophole
23
+
24
+ ## It’s a lifeline
25
+
26
+ Right now, Congress is considering legislation that could **effectively ban
27
+ encrypted apps** by forcing companies to build dangerous backdoors into private
28
+ communications.
29
+
30
+ These proposals threaten the security of journalists, whistleblowers, business
31
+ professionals, and everyday users who depend on end-to-end encryption to
32
+ communicate safely and confidentially. 💼🛡️
33
+
34
+ **EFF is sounding the alarm. And we all should be too.**
35
+
36
+ <!-- more -->
37
+
38
+ 📣 This isn’t just a tech issue—it’s a fundamental human rights issue. Weakening
39
+ encryption undermines trust in our digital infrastructure, increases
40
+ vulnerability to cyber threats, and sets a dangerous precedent for global
41
+ privacy standards.
42
+
43
+ It’s time to act. Contact your representatives and demand they protect encrypted
44
+ communications and uphold digital rights.
45
+
46
+ 👉 Take action now:
47
+ [act.eff.org/action/tell-congress-don-t-outlaw-encrypted-applications](https://act.eff.org/action/tell-congress-don-t-outlaw-encrypted-applications)
48
+
49
+ &nbsp;
50
+
51
+ <figure class="poster-figure">
52
+ <source srcset="/img/encryption-eff.webp" type="image/webp" />
53
+ <img src="/img/encryption-eff.png" alt="Encryption is not a loophole. It's a lifeline." style="width: 60%; height: 60%;">
54
+ <figcaption>Encryption is not a loophole – featured visual</figcaption>
55
+ </figure>
56
+
57
+ <!-- cspell:ignore backdoors whistleblowers -->