Created
April 11, 2025 00:05
-
-
Save parolkar/d25031618944ac68ee4dd7688c96a512 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the Prompt in the video ( https://youtu.be/nDfkJoR5kvM ) | |
PROMPT START | |
Act as a Security Analyst for the attached Ruby On Rails Application Codebase (application_codebase.zip). | |
1.) Install ruby if it doesn't exist | |
2.) then install brakeman gem which is used for code analysis (gem install brakeman ) | |
3.) Unzip the application_codebase.zip in folder named codebase | |
4.) Run the analysis by running the command like ( brakeman ./codebase -o output_report.html --faster ) | |
5.) Once brakeman has finished and output_report.html is ready, enhance the HTML by adding big header "Security Test performed by inloop.studio" | |
PROMPT END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment