caverav / auditforge

AuditForge is a pentest reporting application making it simple and easy to write your findings and generate a customizable report.
https://auditforge.feriadesoftware.cl
MIT License
21 stars 0 forks source link

Set Default Value for Audit Type and Fix Language Value on Audit Creation #166

Closed iTzGooDLife closed 13 hours ago

iTzGooDLife commented 6 days ago

Descripción

Se realizan dos cambios:

Motivación y Contexto

El primer cambio es más que nada visual, ya que visualmente da la idea de que es opcional el seleccionar uno, cuando en realidad si no se selecciona uno, por defecto es "Default".

El segundo cambio arregla un bug existe en la app, ya que anteriormente se enviaba al backend el campo "language", y este no se reconocia en el dropdown al editar el audit, aunque los campos "auditType" y "language" tuvieran valores (si, pasaba a llevar a auditType). Con este cambio al agregar auditorias y posteriormente editarlas, aparecen los campos correspondientes.

Importante: Este cambio ayuda a las secciones de findings, debido a que anteriormente al agregar un finding se hacia utilizando el campo "language" y no "locale" de los lenguajes.

¿Cómo ha sido probado?

Para probar se debe añadir una auditoria con los campos necesarios y posteriormente ir a la edición de esta, se verá como se rellenan los dropdown correspondientes.

Capturas de pantalla (si es apropiado):

Valor por defecto

Antes: image

Ahora: image

Tipos de cambios

Lista de verificación:

Summary by CodeRabbit

coderabbitai[bot] commented 6 days ago
📝 Walkthrough
📝 Walkthrough ## Walkthrough Este pull request introduce varias modificaciones en el componente `Audits` ubicado en `frontend/src/routes/audits/audits.tsx`. Se actualiza la inicialización de la variable de estado `selectedValue`, estableciendo un valor predeterminado de '1'. Además, se modifica el mapeo de los datos de idioma, cambiando la propiedad `value` a `item.locale` y añadiendo una nueva propiedad `label`. También se mejora el manejo de errores en la función `handleSubmitNewAudit`, mostrando mensajes de error mediante notificaciones toast. Finalmente, se asegura que el estado de carga de idiomas se establezca en falso incluso si ocurre un error durante la carga. ## Changes | Archivos | Resumen de cambios | |-----------------------------------------------|---------------------------------------------------------------------------------------------------------| | `frontend/src/routes/audits/audits.tsx` | - Inicialización de `selectedValue` a '1'.
- Modificación de mapeo de datos de idioma (`value` y `label`).
- Mejora en el manejo de errores en `handleSubmitNewAudit` con notificaciones toast.
- Actualización de `fetchData` para manejar el estado de carga en caso de error. | ## Possibly related PRs - **#138**: Las modificaciones en este PR implican cambios en el tipo `Finding` y la función `addVuln`, que pueden relacionarse con la funcionalidad general de auditoría que se está mejorando en el PR principal, particularmente en cómo se gestionan las auditorías y los hallazgos. - **#152**: Este PR actualiza las notificaciones toast para mensajes de éxito y error durante el proceso de guardado de auditorías, lo que se alinea con el enfoque del PR principal sobre el manejo de errores y la retroalimentación del usuario en la función `handleSubmitNewAudit`. - **#159**: Este PR introduce funcionalidad para exportar datos del panel de control, lo que puede conectar con la gestión general de auditorías y las mejoras en la interfaz de usuario discutidas en el PR principal, especialmente en términos de interacción del usuario y manejo de datos. ## Suggested labels `enhancement` ## Suggested reviewers - caverav - massi-ponce - Icksir - Sealra

📜 Recent review details **Configuration used: CodeRabbit UI** **Review profile: CHILL**
📥 Commits Reviewing files that changed from the base of the PR and between 84ce4979da572dbf62bcde4976b879c14db17a5e and b11d0793f90d29a0449421b951c4f358caa1f504.
📒 Files selected for processing (1) * `frontend/src/routes/audits/audits.tsx` (4 hunks)
🚧 Files skipped from review as they are similar to previous changes (1) * frontend/src/routes/audits/audits.tsx

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
🪧 Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): > ‼️ **IMPORTANT** > Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged. - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.