coreruleset / website

CRS Website files
https://coreruleset.org/
0 stars 5 forks source link

Blog post on releases 4.6.0 and 3.3.6 #144

Closed amonachesi closed 2 months ago

dune73 commented 2 months ago

Thanks for the blog post.

Some suggestions:

amonachesi commented 2 months ago

Need info on ModSecurity releases. Is it this? https://github.com/owasp-modsecurity/ModSecurity/pull/3239

There's nothing yet released, is there?

RedXanadu commented 2 months ago

@fzipi I think "lychee" in the GitHub Actions workflow is failing (not sure what this is?):

Error: Error while loading config: Cannot load configuration file `lychee.toml`: No such file or directory (os error 2)

Do we want this?

amonachesi commented 2 months ago

@fzipi Do you know what's the problem with this failed syntax-check? Seems I've always got this whenever I do a PR.

fzipi commented 2 months ago

@fzipi I think "lychee" in the GitHub Actions workflow is failing (not sure what this is?):

Error: Error while loading config: Cannot load configuration file `lychee.toml`: No such file or directory (os error 2)

Do we want this?

We want this to work.. which it does locally. lychee is a fast link checker. It used to work properly. I'll figure it out why it doesn't work.