Philippe Arteau

Results 50 issues of Philippe Arteau

Issue from ZAP project : https://github.com/zaproxy/zaproxy/issues/1705

Making metasploit exploit creation easier would be nice. Ref: https://github.com/rapid7/metasploit-framework/wiki/How-to-Send-an-HTTP-Request-Using-HTTPClient

enhancement

The change to `Ghidra6502Analyzer.java` is made to fix a compilation error when using the latest Ghidra Gradle extension (pointing to 9.1.2 installation directory). I notice you where looking for a...

I need to bundle dependencies with a SpotBugs plugin. The easiest way to publish this plugin is releasing the normal jar and a jar with all the needed dependencies. My...

You might want to look at this: https://portswigger.net/bappstore/ShowBappDetails.aspx?uuid=6e0b53d8c801471c9dc614a016d8a20d https://github.com/h3xstream/http-script-generator

``` > npx docx-to-markdown mydoc.docx docx to markdown v1.3.1 by Saad Irfan docx to markdown with `npx docx-to-markdown` × ERROR Couldn't convert the file/s. STAR the CLI -> https://github.com/msaaddev/docx-to-markdown CONNECT...

Is this a known bug? ``` Error looking up nonnull parameters for invoked method edu.umd.cs.findbugs.ba.DataflowAnalysisException: not enough values on stack: access=0, avail=0 At edu.umd.cs.findbugs.ba.Frame.getStackLocation(Frame.java:266) At edu.umd.cs.findbugs.ba.deref.UnconditionalValueDerefAnalysis.checkUnconditionalDerefDatabase(UnconditionalValueDerefAnalysis.java:420) At edu.umd.cs.findbugs.ba.deref.UnconditionalValueDerefAnalysis.checkAllNonNullParams(UnconditionalValueDerefAnalysis.java:533) At edu.umd.cs.findbugs.ba.npe.IsNullValueFrameModelingVisitor.handleInvoke(IsNullValueFrameModelingVisitor.java:183)...

bug
Java-8

Here is a quick demonstration that shows that lookup for tags with `_` is not working as expected. ```js let doc = "Hello "; let dom = new DomParser().parseFromString(doc, 'text/xml');...

**Environment**: - CTFd Version/Commit: Latest d7632b45422c93ace31dc52cff1702dbed305204 **What happened?** The challenges api document the following fields ``` { "success": true, "data": [ { "id": 0, "name": "string", "description": "string", "connection_info": "string",...

## Description JavaEE (J2EE) API was migrated to JakartaEE. When migrating, a refactoring of the APIs (interface and annotations) were renamed. This issue will document the effort to add the...