langflow/src
Gabriel Luiz Freitas Almeida 3ced33b678 🔧 chore(base.py): add method to remove unwanted base classes from the list of base classes
🐛 fix(base.py): call the method to remove unwanted base classes before converting the frontend node to a dict
The `process_base_classes` method is added to the `FrontendNode` class to remove unwanted base classes from the list of base classes. This method iterates over the base classes and filters out any classes that are present in the `CLASSES_TO_REMOVE` list. The method is then called before converting the frontend node to a dictionary representation in the `to_dict` method to ensure that the unwanted base classes are not included in the final output.
2023-06-29 13:07:04 -03:00
..
backend 🔧 chore(base.py): add method to remove unwanted base classes from the list of base classes 2023-06-29 13:07:04 -03:00
frontend 🐛 fix(chatMessage): sanitize HTML content to prevent potential XSS attacks 2023-06-29 10:02:28 -03:00