Skip to content
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

[DO NOT MERGE] simplifier la gestion des catégories de documentation #775

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

vincentporte
Copy link
Contributor

WIP

Description

🎸 Inclure un résumé du changement ou du problème corrigé. Inclure les éléments de contexte pertinents.
🛸 Dépendances nécessaires pour ce changement.

Type de changement

🪲 Correction de bug (changement non cassant qui corrige un problème).
🎢 Nouvelle fonctionnalité (changement non cassant qui ajoute une fonctionnalité).
🥁 Changement de rupture (modification ou caractéristique qui empêcherait une fonctionnalité existante de fonctionner comme prévu) nécéssitant une mise à jour de la documentation
🎨 changement d'UI
🚧 technique

Points d'attention

🦺 Décision d'architecture
🦺 Lien avec d'autres PR
🦺 Code sensible

Captures d'écran (optionnel)

Utile pour les changements liés à l'UI.

@vincentporte vincentporte added python Pull requests that update Python code templating technical debt labels Sep 10, 2024
@vincentporte vincentporte linked an issue Sep 10, 2024 that may be closed by this pull request
@vincentporte vincentporte force-pushed the 765-dette-tech-fiche-pratique-part-1-documentation-top-level branch from d2ce576 to aa06701 Compare September 12, 2024 14:54
@vincentporte vincentporte force-pushed the 765-dette-tech-fiche-pratique-part-1-documentation-top-level branch 3 times, most recently from d3d1421 to 9b851a3 Compare September 19, 2024 14:53

iframe_regex = r"((<div>)?<iframe.*?</iframe>(</div>)?)"

for match, starts_with, ends_with in re.findall(iframe_regex, text, re.DOTALL):

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on a
user-provided value
may run slow on strings starting with '<iframe' and with many repetitions of '<iframe'.
This
regular expression
that depends on a
user-provided value
may run slow on strings starting with '<iframe' and with many repetitions of '<iframe'.
@vincentporte vincentporte force-pushed the 765-dette-tech-fiche-pratique-part-1-documentation-top-level branch from 9b851a3 to 08fe318 Compare September 23, 2024 14:14
@vincentporte vincentporte changed the title feat(documentation): simplifier la gestion des catégories de documentation [DO NOT MERGE] simplifier la gestion des catégories de documentation Sep 24, 2024
@vincentporte vincentporte removed python Pull requests that update Python code templating labels Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DETTE TECH] dissocier les Fiches Pratiques de Forum
1 participant