Skip to content

Commit

Permalink
add @kdenhartog where Ben was previously assigned
Browse files Browse the repository at this point in the history
  • Loading branch information
kdenhartog committed Oct 8, 2024
1 parent 21a3d26 commit b4927c7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/features-request-------.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Features request: `...`'
about: Include a new feature in the `security-action`
title: ''
labels: enhancement
assignees: thypon
assignees: thypon, kdenhartog

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue-with-ruleset------.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Issue with ruleset `...`
about: Describe this issue with the ruleset
title: ''
labels: bug
assignees: thypon
assignees: thypon, kdenhartog

---

Expand Down
2 changes: 1 addition & 1 deletion actions/main/action.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const CONSOLE_BLUE = '\x1B[0;34m'
const CONSOLE_RED = '\x1b[0;31m'
const RESET_CONSOLE_COLOR = '\x1b[0m'

const ASSIGNEES = 'thypon'
const ASSIGNEES = 'thypon kdenhartog'
const HOTWORDS = `password
cryptography
login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rules:
source: https://github.com/brave/security-action/blob/main/assets/semgrep_rules/services/http-parse-multipart-dos.yaml
assignees: |
thypon
kdenhartog
severity: INFO
languages:
- go
Expand Down
1 change: 1 addition & 0 deletions assets/semgrep_rules/services/io-readall-dos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rules:
source: https://github.com/brave/security-action/blob/main/assets/semgrep_rules/services/io-readall-dos.yaml
assignees: |
thypon
kdenhartog
severity: INFO
languages:
- go
Expand Down
1 change: 1 addition & 0 deletions assets/semgrep_rules/services/url-constructor-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rules:
source: https://github.com/brave/security-action/blob/main/assets/semgrep_rules/services/url-constructor-base.yaml
assignees: |
thypon
kdenhartog
message: Are you using the `URL(url, base)` constructor as a security control to limit the origin with base `$BASE`? The base is ignored whenever url looks like an absolute URL, e.g. when it begins `protocol://`. `\\\\` or `//x.y`. Verify that the URL's origin is as expected rather than relying on the URL constructor.
severity: INFO
languages:
Expand Down

0 comments on commit b4927c7

Please sign in to comment.