https://github.com/corazawaf/project-chat-archive
Archive of the OWASP Coraza project's monthly chats
https://github.com/corazawaf/project-chat-archive
coraza coraza-waf
Last synced: 8 months ago
JSON representation
Archive of the OWASP Coraza project's monthly chats
- Host: GitHub
- URL: https://github.com/corazawaf/project-chat-archive
- Owner: corazawaf
- Created: 2023-08-05T21:52:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T22:04:13.000Z (about 2 years ago)
- Last Synced: 2025-01-12T00:16:15.637Z (9 months ago)
- Topics: coraza, coraza-waf
- Language: Python
- Homepage: https://www.coraza.io/
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Protocols of the project chats
We are running a general project chat the last Wednesday of a month 14:00 CET on the OWASP Slack, channel #coraza.
The Agenda for the chat is announced as a github issue in advance with the tag `Meeting Agenda`. In the Agenda you will also find general news for the project like links to 3rd party news articles etc. Also look through the "other topics" in the agenda for infos about the project.
| *Period* | *Project Chat* |
| -------- | -------------- |
| 2022, February | [chat-archive-2022-02-23.md](chat-archive-2022-02-23.md)
| 2022, March | [chat-archive-2022-03-30.md](chat-archive-2022-03-30.md)
| 2022, April | [chat-archive-2022-04-27.md](chat-archive-2022-04-27.md)
| 2022, May | [chat-archive-2022-05-25.md](chat-archive-2022-05-25.md)
| 2022, June | [chat-archive-2022-06-29.md](chat-archive-2022-06-29.md)
| 2022, July | [chat-archive-2022-07-27.md](chat-archive-2022-07-27.md)
| 2022, August | [chat-archive-2022-08-31.md](chat-archive-2022-08-31.md)
| 2022, September | [chat-archive-2022-09-28.md](chat-archive-2022-09-28.md)
| 2022, October | [chat-archive-2022-10-26.md](chat-archive-2022-10-26.md)
| 2022, November | [chat-archive-2022-11-30.md](chat-archive-2022-11-30.md)
| 2022, December | [chat-archive-2022-12-28.md](chat-archive-2022-12-28.md)
| 2023, January | [chat-archive-2023-01-25.md](chat-archive-2023-01-25.md)
| 2023, February | [chat-archive-2023-02-22.md](chat-archive-2023-02-2.md)
| 2023, March | [chat-archive-2023-03-29.md](chat-archive-2023-03-29.md)
| 2023, April | [chat-archive-2023-04-26.md](chat-archive-2023-04-26.md)|
| 2023, Mai | [chat-archive-2023-05-31.md](chat-archive-2023-05-31.md)|
| 2023, June | [chat-archive-2023-06-28.md](chat-archive-2023-06-28.md)|
| 2023, July | [chat-archive-2023-07-26.md](chat-archive-2023-07-26.md) |
| 2023, August | []() ([Agenda]()) / [Decisions]() |
| 2023, September | []() ([Agenda]()) / [Decisions]() |
| 2023, October | []() ([Agenda]()) / [Decisions]() |
| 2023, November | []() ([Agenda]()) / [Decisions]() |
| 2023, December | []() ([Agenda]()) / [Decisions]() |## How to generate the chat logs
### 3 Scripts
* generate-all.sh : master script that fetches and formats all the chats based on `chat-dates.txt`. Slack API token is expected in env variable `$TOKEN`. @jptosso has the token.
* get-chat.py : script called by `generate-all.sh`; it fetches the chats from slack.
* chat2md.py : script called by `generate-all.sh`; it reformats the chats JSON files into mardown (`.md`)### File chat-dates.txt
Edit the file `chat-dates.txt` and add chat dates.
### Generate
```bash
$ export TOKEN="******"
$ ./bin/generate-all.sh
```Add links new files, agenda, decisions etc to table in README.md.
### License
Please note this code was originally created by OWASP Core Ruleset and is available [here](https://github.com/coreruleset/project-chat-archive/tree/main). It is unlicensed.