question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

December monthly meeting agenda

See original GitHub issue

_Issue originally created by user spartantri on date 2017-11-27 14:27:48. Link to original issue: https://github.com/SpiderLabs/owasp-modsecurity-crs/issues/972._

  • CRS is about to win an award; this will bring some media coverage hopefully. We should use that new momentum
  • Handling of case (?:in)?sensitive items (see below for additional infos)
  • We need a plan to reduce open issues. The way it is now gives a bad impression
  • PR #978 : Update date and add badges
  • PR #977 : Travis: fail if apache fails
  • PR #970 : 933131: insensitive tests
  • PR #957 : 942370 : rule split
  • PR #953 : ftw: configurable time stamp format
  • PR #926 - #949 : FTW test PRs by azhao155
  • PR #905 : fix for duplicated header bypass
  • PR #899 : Rule exclusion packages for dokuwiki and nextcloud (no progres on the side of the contributor)
  • PR #896 : Command substitution backquoted version support
  • PR #881 : REQUEST-944-APPLICATION-ATTACK-JAVA.conf Feature Request

Case sensitive items (additional infos)

There are rules with different approaches

  • Ignore cases by converting all to lowercase/uppercase in a transform (t:lowercase)
  • Ignore cases by using case insensitive regex (?i)
  • Case sensitive rules using all uppercase [good for http methods bad for most other stuff] (?:GET|POST)
  • Case sensitive rules using regex with both cases (?:[eEiIoOuUyY]acute)
  • Which one is faster?
  • Benchmarks?
  • Which one to use on which circumstance

It maybe easier to use t:lowercase and convert all the regex to lowercase and add a warning in CONTRIBUTING.md

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
CRS-migration-botcommented, May 13, 2020

User dune73 commented on date 2017-11-27 14:54:17:

It’s probably worth to test in detail before we chance anything.

0reactions
CRS-migration-botcommented, May 13, 2020

User lifeforms commented on date 2017-12-04 20:57:32:

Open issues: Yeah, there are many open issues… All reviewers should try to look at their assigned issues if they can. Many new PRs are about the test suite, which is not working yet for everyone. These issues fortunately seem small. They are assigned to csanders-git.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Free Monthly Meeting Agenda Template | Sample - eForms
Updated September 08, 2022. A monthly meeting agenda is a document that catalogs relevant discussion items for businesses, organizations, and teams.
Read more >
December Monthly Assembly Meeting - University Housing
Agenda items topic discussions for December will be included in an upcoming email to UA residents as the meeting date approaches.
Read more >
Adirondack Park Agency Monthly Ageny Meetings
Schedule of Monthly Agency Meetings ... December 15, agenda · materials ... The Adirondack Park Agency Monthly Meeting is usually held at the...
Read more >
Monthly Meeting Archives - SF HSH
LHCB Monthly Meeting Announcements 2019 Monthly Meetings: December Monday December 2, 2019 11:00am-1:00pm City Hall, 416 Agenda Monthly Update Audio .
Read more >
Monthly Meetings Agendas - Oklahoma.gov
MONTHLY MEETING OF THE COMMISSION. 1. CALL TO ORDER – CHAIRMAN JAMES WILLYARD. 2. ROLL CALL – Executive Secretary Shae Isaacs. 3. RECOGNITION...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found