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

2024 05 25 code audit #170

Merged
merged 141 commits into from
May 26, 2024
Merged

2024 05 25 code audit #170

merged 141 commits into from
May 26, 2024

Conversation

Ches-ctrl
Copy link
Owner

No description provided.

@Ches-ctrl Ches-ctrl self-assigned this May 25, 2024
def include_ats_module
ats_name = @ats.name.gsub(/\W/, '').capitalize
module_name = "Ats::#{ats_name}::SubmitApplication"
extend Object.const_get(module_name) if Object.const_defined?(module_name)

Check warning

Code scanning / Brakeman

Unsafe reflection method const_get called with model attribute. Warning

Unsafe reflection method const\_get called with model attribute.
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

lib/builders/user_builder.rb Dismissed Show dismissed Hide dismissed
@Ches-ctrl Ches-ctrl marked this pull request as ready for review May 26, 2024 21:36
@Ches-ctrl Ches-ctrl merged commit 8864c74 into master May 26, 2024
7 checks passed
@Ches-ctrl Ches-ctrl deleted the 2024-05-25-code-audit branch May 26, 2024 21:36
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.

2 participants