-
Notifications
You must be signed in to change notification settings - Fork 33
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
Sort sections on CRE page #289
Comments
Hello robvanderveer. I would like to work upon this issue. But I am having a trouble while cloning the repo I am getting this particular error. Can u help in figuring it out so I can contribute to the project. |
Hey, it's great that you want to pick up this issue! I am copying Spyros as
he is more familiar with git than I am.
Best,
Rob
…On Tue, Jun 13, 2023 at 11:45 AM sudoaptrana ***@***.***> wrote:
Hello robvanderveer. I would like to work upon this issue. But I am having
a trouble while cloning the repo I am getting this particular error.
error: invalid path 'cres/>>Authentication.yaml'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Can u help in figuring it out so I can contribute to the project.
Thank you
—
Reply to this email directly, view it on GitHub
<#289 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGCQ6SFLY5WBW7W7IRGZSLXLAZCNANCNFSM6AAAAAAYG7EHW4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hey @geekaryan thanks for offering to contribute! |
Yes, sir I am on windows. //It's refering that the issue is in Authentication.yml due toh some path issue. I hope this is helpful |
This is because windows does not like the characters |
Thank you @northdpole for helping me out. Now I can run it in my local environment but not able to push the code as the main branch is still behind and as you have mentioned by next week I will able to create a pull request. Till then I will be very happy if I am able to fix more issues, |
Fixed issue OWASP#289 . I have added the functionality of sort using name and section in the desired page.
Please sort each section on the CRE page, at least according to 'name' and if possible to 'name'+'section' because now NIST, ISO and ZAP entries are all mixed.
The key is in this code at CommonRequirementEnumeration.tsx
const linksByType = useMemo(() => (display ? orderLinksByType(groupLinksByType(display)) : {}), [display]);
return (
The text was updated successfully, but these errors were encountered: