Skip to content

Conversation

@0xIta3hi
Copy link

@0xIta3hi 0xIta3hi commented Jan 5, 2026

  • Add 'tlp' field to JobSerializer to include in API response
  • Fix plugin_name property call in elastic.py serializer
  • Remove debug console.log statements ( added by me ) from frontend components

Description

This is my first contribution to IntelOwl. I fixed the TLP field that wasn't displaying in the job metadata toggle. The root cause was that 'tlp' was missing from the JobSerializer fields list, so it wasn't being returned in the API response.

I also fixed a related bug in elastic.py where the code was trying to call .lower() on a property object.
as this is also my first open source contribution to a actively developed open source project, i really want to know all the mistakes that i have made, so i don't repeat them again in my next contribution.

Type of change

  • Bug fix (non-breaking change which fixes an issue).

Checklist

  • I have read and understood the rules about how to Contribute to this project
  • The pull request is for the branch develop
  • No new libraries added
  • The GUI has been modified:
    - [x] I have attached the screenshot of changes made.
Screenshot 2026-01-05 190140

drosetti and others added 4 commits May 20, 2025 14:33
- Add 'tlp' field to JobSerializer to include in API response
- Fix plugin_name property call in elastic.py serializer
- Remove debug console.log statements ( added by me ) from frontend components
Copy link
Member

@mlodic mlodic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are a lot of unwanted file changes in this PR. Also there are some unwanted commits. Please re-open a clean PR.

Also, the TLP value must be shown with the correct color.

@mlodic mlodic closed this Jan 8, 2026
@0xIta3hi
Copy link
Author

0xIta3hi commented Jan 8, 2026

Got it. Thanks for the update.

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.

3 participants