---
description: Klocwork : qu'en pensent les utilisateurs ? Lisez les avis sur Klocwork, consultez ses différents prix, tarifs et abonnements ainsi que ses fonctionnalités.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/getapp/og_logo-94fd2a03a6c7a0e54fc0c9e21a1c0ce9.png
title: Klocwork - Prix, tarif, abonnement et avis | GetApp France 2026
---

Breadcrumb: [Accueil](/) > [Logiciels de développement d'applications](/directory/370/application-development/software) > [Klocwork](/software/2047386/klocwork)

# Klocwork

Canonical: https://www.getapp.fr/software/2047386/klocwork

Page : 1/2\
Suivant: [Page suivante](https://www.getapp.fr/software/2047386/klocwork?page=2)

> Klocwork est un logiciel web d'analyse de code statique conçu pour aider les entreprises à identifier et gérer la sécurité et la qualité des logiciels conformément aux directives réglementaires. Il permet aux équipes DevOps de détecter diverses vulnérabilités de sécurité, notamment les données corrompues, l'injection SQL, les pratiques de codage vulnérables, les dépassements de tampon, etc.
> 
> Conclusion : 8 utilisateurs lui ont donné la note de **4.6/5**. Figure au meilleur classement pour **Probabilité de recommander le produit**.

-----

## Statistiques et notes

| Métrique | Notation | En détail |
| **Note globale** | **4.6/5** | 8 Avis |
| Simplicité d’utilisation | 3.9/5 | D'après l'ensemble des avis |
| Support client | 4.4/5 | D'après l'ensemble des avis |
| Rapport qualité-prix | 4.5/5 | D'après l'ensemble des avis |
|  Fonctionnalités | 4.5/5 | D'après l'ensemble des avis |
| Pourcentage de recommandation | 80% | (8/10 Probabilité de recommander le produit) |

## À propos de l'éditeur

- **Société**: Perforce
- **Pays**: Minneapolis, É.-U.
- **Entreprise fondée en**: 2000

## Contexte commercial

- **Type de licence**:  (Version gratuite disponible) (pendant l'essai gratuit)
- **Public cible**: 51–200, 201–500, 501–1 000, 1 001–5 000, 5 001–10 000, 10 000+
- **Déploiement et plateformes**: Cloud, SaaS, web
- **Langues**: anglais
- **Pays disponibles**: États-Unis

##  Fonctionnalités

- API
- Alertes/Notifications
- Analyse de code source
- Analyse de la vulnérabilité
- Analyse de plusieurs langues
- Contrôles/Permissions d'accès
- Débogage
- Définition des priorités
- Développement d'applications web
- Développement de logiciel
- Développement mobile
- Développement personnalisable
- Environnement de développement intégré
- Fonctions pour développeurs
- Gestion de projets
- Gestion des backlogs
- Gestion des flux de travail
- Gestion des problèmes
- Monitoring
- Outils de collaboration

## Intégrations (6 au total)

- Helix QAC
- Incredibuild
- Jenkins
- Microsoft Visual Studio
- Perforce ALM
- Secure Code Warrior

## Ressources d'aide

- Chat

## Category

- [Logiciels de développement d'applications](https://www.getapp.fr/directory/370/application-development/software)

## Catégories connexes

- [Logiciels de développement d'applications](https://www.getapp.fr/directory/370/application-development/software)
- [Logiciels de bug tracking](https://www.getapp.fr/directory/1003/bug-tracking/software)
- [Outils SAST](https://www.getapp.fr/directory/3785/static-application-security-testing-sast/software)

##  Logiciels similaires

1. [GitHub](https://www.getapp.fr/software/90537/github) — 4.8/5 (6163 reviews)
2. [Essential Studio](https://www.getapp.fr/software/171039/essential-studio) — 4.5/5 (917 reviews)
3. [Microsoft Visual Studio](https://www.getapp.fr/software/100377/microsoft-visual-studio-online) — 4.6/5 (3005 reviews)
4. [Jira](https://www.getapp.fr/software/9953/jira) — 4.4/5 (15339 reviews)
5. [IntelliJ IDEA](https://www.getapp.fr/software/125123/intellij-idea) — 4.7/5 (1256 reviews)

## Avis

### "It's a source code analysis tool. You can feed it either a piece of code up to a full build with tho" — 4.0/5

> **Fred** | *2 février 2018*
> 
> **Avantages**: Klocwork is great at finding software defects such as array and buffer out of bounds violations, Null pointer dereferences, unreachable code, memory leaks, unused variables, etc. If the build is setup correctly, the tool often produces accurate results. Customers have complimented us with our findings as we were able to point out significant issues in their software. Klocwork can be used on incremental builds and it will determine which warnings are new, unchanged, or fixed since the last run. The tool has very descriptive warnings and great documentation with examples to use. Their website also contains mappings from their checker warnings to industry coding standards such as MISRA and others.
> 
> **Inconvénients**: It doesn't have a user friendly interface for running the tool. Although it won't prevent you from running it on any piece of code or software build, the tool produces much less false positives when the input build is setup properly, which often requires some effort. Klocwork is run via command line, so the user must have knowledge of the necessary commands, command line arguments, and configuration setup. Although the results can be viewed through the Klocwork Insight Review web interface, there is no easy way for the user to export the data to a spreadsheet for offline viewing and analysis.

-----

### "Great at finding true positive issues in source code without needing to compile" — 5.0/5

> **Randall** | *15 janvier 2018* | Taux de recommandation : 9.0/10
> 
> **Avantages**: Klocwork works great with source code whether a complete or partial build. Easy to run the tool with minimal setup work. Tool has a higher chance of producing true positives vs false positives if setup right. Checker warnings are easy to understand and there is decent documentation explaining what each checker does. Klocwork Insight's web interface is easy to work with and provides a little help for tracing issues. Klocwork's Checker Studio enables users to create their own custom checkers, which are easy to deploy. The tool is great at finding critical issues in code, especially for buffer overflows, array out of bounds, null pointer dereferences, and dead code. The tool also maintains history of builds run and does build comparisons on each run for it to flag what warnings are new or not.
> 
> **Inconvénients**: Running the tool for us is usually done on a Unix server via command line, which users have expressed they would not prefer to a GUI. There is no easy way to extract the results from the tool to an Excel spreadsheet, but there are ways around it via scripting. There is no good documentation on Checker Studio, on how to create checkers, especially on how to program in KAST, even more so for Path checkers.
> 
> This tool provided my company an easy means to find code defects on partial and full source code builds. The results of the tool have been very good. Although manual analysis is still required to determine which issues the customer are interested in, the time invested in setting up, running the tool, and manually analyzing the results, is well worth it.

-----

### "Powerful tool, but..." — 4.0/5

> **Utilisateur vérifié** | *2 mai 2020* | Informatique et sécurité réseau | Taux de recommandation : 5.0/10
> 
> **Avantages**: Klocwork is a powerful static code checker. It helps to improve code global quality and to early detect errors.
> 
> **Inconvénients**: But it is a litte bit tricky to customize. Learning curve is not so short.

-----

### "Klocwork SAST REVIEW" — 5.0/5

> **akash** | *20 janvier 2023* | Services d'information | Taux de recommandation : 10.0/10
> 
> **Avantages**: less false positive and on the fly analysis
> 
> **Inconvénients**: interface of the dashboard and few extra added features
> 
> very good

-----

### "Very good in checking run time problems \!\!" — 5.0/5

> **Devendra** | *26 décembre 2018* | Services et technologies de l'information | Taux de recommandation : 9.0/10
> 
> **Avantages**: For our project we would like check run time issues like Divided by Zero, Array out of Bounds, Null pointer issues and so on. Klocwork is very good in this and has some good number of checkers for these problems. In addition to this Klocwork has direct plugin availability to lot of IDE's which will be helpful for all the developers.
> 
> **Inconvénients**: I would say that Klocwork has almost all good features as per my experience.
> 
> As our main case is to detect some run time issues and using Klocwork we are getting these issues.

-----

Page : 1/2\
Suivant: [Page suivante](https://www.getapp.fr/software/2047386/klocwork?page=2)

## Liens

- [Afficher sur GetApp](https://www.getapp.fr/software/2047386/klocwork)

## Cette page est disponible dans les langues suivantes.

| Langue | URL |
| en | <https://www.getapp.com/development-tools-software/a/klocwork/> |
| en-AE | <https://www.getapp.ae/software/2047386/klocwork> |
| en-AU | <https://www.getapp.com.au/software/2047386/klocwork> |
| en-CA | <https://www.getapp.ca/software/2047386/klocwork> |
| en-GB | <https://www.getapp.co.uk/software/2047386/klocwork> |
| en-IE | <https://www.getapp.ie/software/2047386/klocwork> |
| en-NZ | <https://www.getapp.co.nz/software/2047386/klocwork> |
| en-SG | <https://www.getapp.sg/software/2047386/klocwork> |
| en-ZA | <https://www.getapp.za.com/software/2047386/klocwork> |
| fr | <https://www.getapp.fr/software/2047386/klocwork> |
| fr-BE | <https://fr.getapp.be/software/2047386/klocwork> |
| fr-CA | <https://fr.getapp.ca/software/2047386/klocwork> |

-----

## Données structurées

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"GetApp France","address":{"@type":"PostalAddress","addressLocality":"Courbevoie","addressRegion":"IDF","postalCode":"92400","streetAddress":"20 avenue André Prothin Tour Europlaza 92400 Courbevoie - France"},"description":"Comparez et évaluez des logiciels métiers pour PME. GetApp France propose des offres de logiciels, des applications SaaS et cloud, des évaluations indépendantes et des avis d'utilisateurs.","email":"info@getapp.fr","url":"https://www.getapp.fr/","logo":"https://dm-localsites-assets-prod.imgix.net/images/getapp/getapp-logo-light-mode-5f7ee07199c9b3b045bc654a55a2b9fa.svg","@id":"https://www.getapp.fr/#organization","@type":"Organization","parentOrganization":"Gartner, Inc.","sameAs":["https://twitter.com/GetApp","https://www.facebook.com/GetAppcom"]},{"name":"Klocwork","description":"Klocwork est un logiciel web d'analyse de code statique conçu pour aider les entreprises à identifier et gérer la sécurité et la qualité des logiciels conformément aux directives réglementaires. Il permet aux équipes DevOps de détecter diverses vulnérabilités de sécurité, notamment les données corrompues, l'injection SQL, les pratiques de codage vulnérables, les dépassements de tampon, etc. \n\nLes fonctionnalités clés de Klocwork comprennent l'analyse différentielle, les constructions conteneurisées, les flux de travail d'approbation, la hiérarchisation et les règles personnalisées. Le tableau de bord du portail permet aux responsables d'afficher des données d'analyse, des métriques, des tendances et des configurations pour les bases de code. Grâce aux interfaces de ligne de commande communes, les professionnels peuvent accéder aux données de défaut via une API REST. Les organisations peuvent également recevoir des informations détaillées sur les causes des défauts et les violations de codage. \n\nKlocwork propose des plug-ins pour plusieurs EDI (environnement de développement intégré), notamment IntelliJ, Microsoft Visual Studio, Eclipse, etc. L'outil de création de vérificateurs personnalisés aide les entreprises à faciliter la mise en œuvre de règles spécifiques en fonction des projets ou des exigences de l'entreprise.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/0b5cdcbf-7cfc-4d83-ab0c-dca80f28ee6d.png","url":"https://www.getapp.fr/software/2047386/klocwork","@id":"https://www.getapp.fr/software/2047386/klocwork#software","@type":"SoftwareApplication","publisher":{"@id":"https://www.getapp.fr/#organization"},"applicationCategory":"BusinessApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":4.6,"bestRating":5,"ratingCount":8},"operatingSystem":"Cloud"},{"@id":"https://www.getapp.fr/software/2047386/klocwork#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Accueil","position":1,"item":"/","@type":"ListItem"},{"name":"Logiciels de développement d'applications","position":2,"item":"/directory/370/application-development/software","@type":"ListItem"},{"name":"Klocwork","position":3,"item":"/software/2047386/klocwork","@type":"ListItem"}]}]}
</script>
