Skip to content

Commit

Permalink
docs: update languages support (#1386)
Browse files Browse the repository at this point in the history
* docs: update languages support

* ci: add golang project for KPI
  • Loading branch information
cfabianski authored Nov 13, 2023
1 parent 3c69626 commit 3a4ce49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docs/reference/supported-languages.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ supportChart:
- Ruby on Rails
rules: true
searchName: lang-ruby
searchTerm: ruby
searchTerm: ruby_
status: GA
javascript:
name: JavaScript / TypeScript
Expand All @@ -17,7 +17,7 @@ supportChart:
- React
rules: true
searchName: lang-jsts
searchTerm: javascript
searchTerm: javascript_
status: GA
java:
name: Java
Expand All @@ -37,11 +37,12 @@ supportChart:
status: Beta
go:
name: Go
frameworks: []
frameworks:
- Gorilla
rules: true
searchName: lang-go
searchTerm: go_
status: Alpha
status: Beta
python:
name: Python
frameworks: []
Expand Down
5 changes: 4 additions & 1 deletion kpi_scan/kpi_repo_list.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
// php
{ "name": "OWASPWebGoatPHP", "repository_url": "https://github.com/OWASP/OWASPWebGoatPHP" },
{ "name": "Vulnerable-Web-Application", "repository_url": "https://github.com/OWASP/Vulnerable-Web-Application" },
{ "name": "mediawiki", "repository_url": "https://github.com/wikimedia/mediawiki" }
{ "name": "mediawiki", "repository_url": "https://github.com/wikimedia/mediawiki" },
// golang
{ "name": "Vulnerability-goapp", "repository_url": "https://github.com/Hardw01f/Vulnerability-goapp" },
{ "name": "govwa", "repository_url": "https://github.com/0c34/govwa" }
]
}

0 comments on commit 3a4ce49

Please sign in to comment.