Skip to content

Commit

Permalink
Merge pull request #468 from crowdsecurity/fix_typo_cti_documentation
Browse files Browse the repository at this point in the history
fix typo, censured->censored
  • Loading branch information
AlteredCoder authored Oct 17, 2023
2 parents c3d7937 + 3a6bdb6 commit f8cbc54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions crowdsec-docs/docs/cti_api/getting_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ And the default output looks something like this:
```json
{
"ip_range_score": 5,
"ip": "[CENSURED]",
"ip_range": "[CENSURED]",
"as_name": "[CENSURED]",
"ip": "[CENSORED]",
"ip_range": "[CENSORED]",
"as_name": "[CENSORED]",
"as_num": 0,
"location": {
"country": "FR",
"city": "",
"latitude": 0.0,
"longitude": 0.0
},
"reverse_dns": "[CENSURED]",
"reverse_dns": "[CENSORED]",
"behaviors": [
{
"name": "http:scan",
Expand Down
8 changes: 4 additions & 4 deletions crowdsec-docs/docs/cti_api/taxonomy/cti_fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ sidebar_position: 2
```json
{
"ip_range_score": 5,
"ip": "[CENSURED]",
"ip_range": "[CENSURED]",
"as_name": "[CENSURED]",
"ip": "[CENSORED]",
"ip_range": "[CENSORED]",
"as_name": "[CENSORED]",
"as_num": 0,
"location": {
"country": "FR",
"city": "",
"latitude": 0.0,
"longitude": 0.0
},
"reverse_dns": "[CENSURED]",
"reverse_dns": "[CENSORED]",
"behaviors": [
{
"name": "http:scan",
Expand Down

0 comments on commit f8cbc54

Please sign in to comment.