Skip to content

Update text copy for corpus management

- requested to merge 352470-corpus-management-text-changes into master

What does this MR do and why?

Text copy changes for #352470 (closed)

Before

https://gitlab.com/gitlab-org/gitlab/uploads/616d4283b7b37114713c4929c8235fa8/Corpus_Management_testing_-_Staging___350974____Issues___GitLab_org___GitLab___GitLab.png

https://gitlab.com/gitlab-org/gitlab/uploads/aab6b55eb4c15e2d851ec302001c668b/Fuzz_testing_corpus_management___secure-team-test___corpus-management-staging___GitLab.png

to "Corpus files are used in coverage-guided fuzz testing as seed inputs to improve testing."

After

Screen_Shot_2022-02-10_at_1.15.37_AM

Screen_Shot_2022-02-10_at_1.15.44_AM

How to set up and validate locally

  • From the gitlab repo open a rails console and enable the :corpus_management AND :corpus_management_ui feature flag
bundle exec rails c

then

[4] pry(main)> Feature.enable(:corpus_management)
[4] pry(main)> Feature.enable(:corpus_management_ui)

Navigate to:

http://172.16.123.1:3000///-/security/configuration/

and

http://172.16.123.1:3000///-/security/configuration/corpus_management

Edited by -

Merge request reports