-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Actually use security framework #64
Comments
So, what I am thinking is a settings configuration in
As well as a CLI command |
Here are some nice rust resources |
Some of this stuff will be built into the prop testing that I am implementing. Others can be manually attached to it later. Conditional compilation will allow us to build a pipeline to be able to compose and attach these tools to a dev or even production build to see some of these elements. I may just take this issue as a result of the testing stuff that I am adding and how it relates tangentially to what we are discussing here. (At least from the rust side) |
Security plug-in |
Bumping this issue, because its time to manufacture |
I'll start to work on this issue |
@dobleuber status? |
Hey, Sorry! Many things happened to me. I haven't continued working on this. |
Describe the solution you'd like
It'd be nice to actually apply the security framework when building.
Describe alternatives you've considered
Ignoring security problems won't help.
The text was updated successfully, but these errors were encountered: