Skip to content

Conversation

@rohan220217
Copy link
Collaborator

@rohan220217 rohan220217 commented Jul 15, 2024

Motivation and context

How has this been tested?

Checklist

  • I submit my changes into the develop branch
  • I have created a changelog fragment
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • I have linked related issues (see GitHub docs)
  • I have increased versions of npm packages if it is necessary
    (cvat-canvas,
    cvat-core,
    cvat-data and
    cvat-ui)

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.


except Exception as e:
self.send_annotation_email(request, 'error', err=str(e))
return Response({'error': str(e)}, status=status.HTTP_500_INTERNAL_SERVER_ERROR)

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
return Response({'success': True}, status=status.HTTP_200_OK)

except Exception as e:
return Response({'error': str(e)}, status=status.HTTP_500_INTERNAL_SERVER_ERROR)

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
rohan220217 and others added 30 commits May 1, 2025 18:38
fix: cors all origin access blocked
Fix: task export, data upload status, overlap
feat: enhance score calculation by adjusting ground truth sample poin…
Merge: Changes realted to socre calcualtion and authorization
Consensus api added in quality report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants