Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: workflow counter #27

Closed

Conversation

0x0elliot
Copy link
Member

fixing this

[Testing in progress]

shared.go Outdated
orgFound := false
if userInfo.ActiveOrg.Id == foundUser.ActiveOrg.Id {
orgFound = true
} else {
for _, item := range foundUser.Orgs {
if item == userInfo.ActiveOrg.Id {
// if ArrayContains(activeOrgIds, item) {

Check failure

Code scanning / CodeQL

Log entries created from user input High

This log entry depends on a
user-provided value
.
files.go Fixed Show fixed Hide fixed
files.go Fixed Show fixed Hide fixed
files.go Fixed Show fixed Hide fixed
@0x0elliot 0x0elliot force-pushed the 0x0elliot/workflow-counter-fix branch from 42cd7b2 to 7c4a7de Compare August 9, 2023 09:54
@0x0elliot
Copy link
Member Author

0x0elliot commented Aug 9, 2023

this should be good! just verifying one more thing.

@0x0elliot 0x0elliot closed this Sep 1, 2023
@0x0elliot 0x0elliot deleted the 0x0elliot/workflow-counter-fix branch September 1, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant