You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-up issue to #7.
Once you have added a test crate, write a policy for the crate in policies/<crate name>.toml The policy should have the same name as the crate. You can look at the existing policies to see the expected policy syntax.
and look at the output. It should inform you of any effects found in the source code that are not noted in the policy. Report anything weird or errors that you find!
The text was updated successfully, but these errors were encountered:
This is a follow-up issue to #7.
Once you have added a test crate, write a policy for the crate in
policies/<crate name>.toml
The policy should have the same name as the crate. You can look at the existing policies to see the expected policy syntax.To check your policy against the crate: run
and look at the output. It should inform you of any effects found in the source code that are not noted in the policy. Report anything weird or errors that you find!
The text was updated successfully, but these errors were encountered: