Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update slug #45

Merged
merged 1 commit into from
Apr 12, 2024
Merged

fix: update slug #45

merged 1 commit into from
Apr 12, 2024

Conversation

fzipi
Copy link
Member

@fzipi fzipi commented Apr 12, 2024

How I'm doing this:

❯ ag -o '^title:.*\..*' *
2017-08-10-modsecurity-version-2-9-2-released.md
6:title: ModSecurity version 2.9.2 released

2017-08-10-testing-wafs-ftw-version-1-0-released.md
6:title: Testing WAFs, FTW Version 1.0 released

2018-11-28-announcement-owasp-modsecurity-core-rule-set-version-3-1-0.md
6:title: 'Announcement: OWASP ModSecurity Core Rule Set Version 3.1.0'

2019-06-27-announcement-owasp-modsecurity-core-rule-set-version-3-1-1.md
6:title: 'Announcement: OWASP ModSecurity Core Rule Set Version 3.1.1'

2019-09-03-announcement-owasp-modsecurity-core-rule-set-version-3-2-0-rc2.md
9:title: 'Announcement: OWASP ModSecurity Core Rule Set Version 3.2.0-RC2'

2019-09-24-owasp-modsecurity-core-rule-set-version-3-2-0.md
6:title: 'Announcement: OWASP ModSecurity Core Rule Set Version 3.2.0'

2019-09-26-running-a-few-dozens-of-new-magic-xss-payloads-against-crs-3-2.md
6:title: Running a few dozens of new magic XSS payloads against CRS 3.2

2020-05-27-owasp-modsecurity-core-rule-set-v3-3-0-release-candidate-1-available.md
8:title: OWASP ModSecurity Core Rule Set v3.3.0 Release Candidate 1 available

2020-06-18-owasp-modsecurity-core-rule-set-v3-3-0-release-candidate-2-available.md
6:title: OWASP ModSecurity Core Rule Set v3.3.0 Release Candidate 2 available

2020-07-01-owasp-modsecurity-core-rule-set-v3-3-0-available.md
8:title: OWASP ModSecurity Core Rule Set v3.3.0 available

2020-12-28-owasp-modsecurity-core-rule-set-v3-3-1-release-candidate-1-available.md
6:title: OWASP ModSecurity Core Rule Set v3.3.1 Release Candidate 1 available

2022-04-28-coreruleset-v4-rc1-available.md
6:title: Core Rule Set v4.0.0 Release Candidate 1 available

2022-07-11-update-on-crs-4-0-release-delay.md
6:title: Update on CRS 4.0 release delay

2022-09-19-crs-version-3-3-3-and-3-2-2-covering-several-cves.md
6:title: CRS Version 3.3.3 and 3.2.2 (covering several CVEs)

2022-09-20-crs-version-3-3-4-and-3-2-3.md
6:title: CRS Version 3.3.4 and 3.2.3 fix a regression

2023-05-03-a-brief-report-on-the-crs-community-summit-2023.md
6:title: A brief report on the CRS Community Summit 2023.

2023-07-24-crs-version-3-3-5-released.md
6:title: CRS version 3.3.5 released

2023-10-26-crs-version-4-0-0-release-candidate-2-available.md
6:title: CRS version 4.0.0 release candidate 2 available

2024-03-27-crs-version-4-1-0-released.md
2:title: 'CRS version 4.1.0 released'

Then googling for that title, and see if it fails in the CRS site. If it fails, just copying the slug part (the last part of the URL), and creating a new slug: <> field in the front matter.

@fzipi fzipi force-pushed the update-slug branch 2 times, most recently from 744b7ec to 59dad1a Compare April 12, 2024 13:47
@dune73
Copy link
Member

dune73 commented Apr 12, 2024

Very good stuff. Thank you.

@fzipi fzipi force-pushed the update-slug branch 2 times, most recently from 002f2b3 to 244d039 Compare April 12, 2024 13:58
Signed-off-by: Felipe Zipitria <[email protected]>
@fzipi fzipi merged commit 2e19206 into main Apr 12, 2024
1 check passed
@fzipi fzipi deleted the update-slug branch April 12, 2024 14:03
theseion pushed a commit that referenced this pull request Oct 11, 2024
…/hugo-extended-0.135.0

Bump hugo-extended from 0.134.2 to 0.135.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants